Skip to content

Commit 65ca597

Browse files
committed
Update codacy-coverage-reporter.yaml
1 parent f01fd3a commit 65ca597

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
run: |
5151
python -c "import os; print(os.getcwd())"
5252
coverage run --data-file=cobertura.xml -m pytest
53+
coverage report -m
5354
- name: List test files
5455
run: |
5556
ls
@@ -60,4 +61,4 @@ jobs:
6061
export CODACY_ORGANIZATION_PROVIDER=gh
6162
export CODACY_USERNAME=iKostanOrg
6263
export CODACY_PROJECT_NAME=codewars
63-
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

Comments
 (0)