Skip to content

Commit bf29d2a

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ jobs:
4646
# https://coverage.readthedocs.io/en/7.6.10/cmd.html#cmd-run
4747
- name: Generate coverage report
4848
run: |
49-
#python -c "import os; print(os.getcwd())"
5049
coverage run -m pytest --data-file=cobertura.xml
51-
#coverage report -m
5250
- name: List test files
5351
run: |
5452
ls

0 commit comments

Comments
 (0)