Skip to content

Commit f85924d

Browse files
committed
Update codacy-coverage-reporter.yaml
1 parent 3e0cb3a commit f85924d

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
@@ -43,8 +43,8 @@ jobs:
4343
run: |
4444
pip install pytest
4545
pip install coverage
46+
# https://coverage.readthedocs.io/en/7.6.10/cmd.html#cmd-run
4647
- name: Generate coverage report
47-
# https://coverage.readthedocs.io/en/7.6.10/cmd.html#cmd-run
4848
run: |
4949
#python -c "import os; print(os.getcwd())"
5050
coverage run -m pytest --data-file=cobertura.xml

0 commit comments

Comments
 (0)