Skip to content

Commit 843a632

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# https://coverage.readthedocs.io/en/7.6.10/cmd.html
4747
- name: Check coverage version
4848
run:
49-
python -m coverage --version
49+
coverage --version
5050
- name: Generate coverage report
5151
run: |
5252
#python -c "import os; print(os.getcwd())"

0 commit comments

Comments
 (0)