Skip to content

Commit

Permalink
minor fix for codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Dec 22, 2024
1 parent 1363e8b commit 9e5a3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
file: /home/runner/coverage.xml
files: /home/runner/coverage.xml
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }} # required
Expand Down

0 comments on commit 9e5a3a7

Please sign in to comment.