Skip to content

Commit abda9d6

Browse files
committed
Update codacy-coverage-reporter.yaml
1 parent 843a632 commit abda9d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ jobs:
4343
run: |
4444
python -m pip install pytest
4545
python -m pip install coverage
46-
# https://coverage.readthedocs.io/en/7.6.10/cmd.html
4746
- name: Check coverage version
48-
run:
49-
coverage --version
47+
run: |
48+
python -m coverage --version
5049
- name: Generate coverage report
5150
run: |
5251
#python -c "import os; print(os.getcwd())"

0 commit comments

Comments
 (0)