Skip to content

Commit

Permalink
ci: revisit coverage reporting
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Oct 19, 2023
1 parent 2967f28 commit bc8e30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ env.CODACY_PROJECT_TOKEN }}
coverage-reports: ${{ env.REPORTS_DIR }}/coverage/*.cobertura.xml
coverage-reports: ${{ env.REPORTS_DIR }}/coverage/*

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

0 comments on commit bc8e30b

Please sign in to comment.