Skip to content

Commit 6a2b166

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,17 @@ jobs:
3838
python -m pip install --upgrade pip
3939
python -m pip install --upgrade setuptools
4040
python -m pip install --upgrade wheel
41-
pip install --no-cache-dir -r requirements.txt --upgrade
41+
python -m pip install --no-cache-dir -r requirements.txt --upgrade
4242
- name: Install pytest, coverage
4343
run: |
44-
pip install pytest
45-
pip install coverage
44+
python -m pip install pytest
45+
python -m pip install coverage
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())"
4950
coverage run -m pytest --data-file=cobertura.xml
51+
#coverage report -m
5052
- name: List test files
5153
run: |
5254
ls

0 commit comments

Comments
 (0)