Skip to content

Commit

Permalink
Use upload token for Codecov coverage reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Feb 11, 2025
1 parent cb6cc14 commit 7669bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: pytest --cov --cov-report xml

- name: Upload coverage report.
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 7669bf5

Please sign in to comment.