Skip to content

Commit c320412

Browse files
committed
Update codacy-coverage-reporter.yaml
1 parent 6a2b166 commit c320412

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +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#cmd-run
4746
- name: Generate coverage report
4847
run: |
49-
#python -c "import os; print(os.getcwd())"
5048
coverage run -m pytest --data-file=cobertura.xml
51-
#coverage report -m
5249
- name: List test files
5350
run: |
5451
ls

0 commit comments

Comments
 (0)