Skip to content

Commit 7718870

Browse files
committed
Update codacy-coverage-reporter.yaml
1 parent 606c651 commit 7718870

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codacy-coverage-reporter.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
run: |
4444
python -m pip install pytest
4545
python -m pip install coverage
46+
- name: Check coverage version
47+
run: |
48+
python -m coverage --version
4649
- name: Generate coverage report
4750
run: |
48-
#python -c "import os; print(os.getcwd())"
4951
coverage run --data-file=cobertura.xml -m pytest
5052
coverage report -m
5153
- name: List test files

0 commit comments

Comments
 (0)