Skip to content

Commit 89795c3

Browse files
Create temporary debug statements
1 parent f719900 commit 89795c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
python -m pip install coverage
4444
coverage --version
45+
ls -la
4546
coverage combine
4647
4748
- name: Create coverage report

.github/workflows/test_3.8.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
run: pipenv run tox
4848

4949
- name: Rename coverage results
50-
run: mv .coverage .coverage.${{ matrix.python-version }}
50+
run: |
51+
ls -la
52+
mv .coverage .coverage.${{ matrix.python-version }}
5153
5254
- name: Upload coverage results
5355
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)