We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0fc22 commit 3e0cb3aCopy full SHA for 3e0cb3a
.github/workflows/codacy-coverage-reporter.yaml
@@ -39,16 +39,16 @@ jobs:
39
python -m pip install --upgrade setuptools
40
python -m pip install --upgrade wheel
41
pip install --no-cache-dir -r requirements.txt --upgrade
42
- - name: Install pytest, pytest-cov, coverage
+ - name: Install pytest, coverage
43
run: |
44
pip install pytest
45
pip install coverage
46
- name: Generate coverage report
47
# https://coverage.readthedocs.io/en/7.6.10/cmd.html#cmd-run
48
49
- python -c "import os; print(os.getcwd())"
+ #python -c "import os; print(os.getcwd())"
50
coverage run -m pytest --data-file=cobertura.xml
51
- coverage report -m
+ #coverage report -m
52
- name: List test files
53
54
ls
0 commit comments