Skip to content

Commit 3e0cb3a

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ jobs:
3939
python -m pip install --upgrade setuptools
4040
python -m pip install --upgrade wheel
4141
pip install --no-cache-dir -r requirements.txt --upgrade
42-
- name: Install pytest, pytest-cov, coverage
42+
- name: Install pytest, coverage
4343
run: |
4444
pip install pytest
4545
pip install coverage
4646
- name: Generate coverage report
4747
# https://coverage.readthedocs.io/en/7.6.10/cmd.html#cmd-run
4848
run: |
49-
python -c "import os; print(os.getcwd())"
49+
#python -c "import os; print(os.getcwd())"
5050
coverage run -m pytest --data-file=cobertura.xml
51-
coverage report -m
51+
#coverage report -m
5252
- name: List test files
5353
run: |
5454
ls

0 commit comments

Comments
 (0)