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 f01fd3a commit 65ca597Copy full SHA for 65ca597
.github/workflows/codacy-coverage-reporter.yaml
@@ -50,6 +50,7 @@ jobs:
50
run: |
51
python -c "import os; print(os.getcwd())"
52
coverage run --data-file=cobertura.xml -m pytest
53
+ coverage report -m
54
- name: List test files
55
56
ls
@@ -60,4 +61,4 @@ jobs:
60
61
export CODACY_ORGANIZATION_PROVIDER=gh
62
export CODACY_USERNAME=iKostanOrg
63
export CODACY_PROJECT_NAME=codewars
- bash <(curl -Ls https://coverage.codacy.com/get.sh)
64
+ bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cobertura.xml
0 commit comments