Skip to content

Commit bc8e30b

Browse files
committed
ci: revisit coverage reporting
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 2967f28 commit bc8e30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
uses: codacy/codacy-coverage-reporter-action@v1
170170
with:
171171
project-token: ${{ env.CODACY_PROJECT_TOKEN }}
172-
coverage-reports: ${{ env.REPORTS_DIR }}/coverage/*.cobertura.xml
172+
coverage-reports: ${{ env.REPORTS_DIR }}/coverage/*
173173

174174
examples:
175175
name: Examples E:${{ matrix.install-extras || '<none>' }}

0 commit comments

Comments
 (0)