Skip to content

Commit

Permalink
Specify coverage report to codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Jan 31, 2024
1 parent f2d5929 commit f04b39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage to Codacy
run: |
bash <(curl -Ls https://coverage.codacy.com/get.sh)
bash <(curl -Ls https://coverage.codacy.com/get.sh) -r coverage.xml
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
- name: Build a distribution if tagged
Expand Down

0 comments on commit f04b39d

Please sign in to comment.