Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Update codecov action to v5 and set token.
  • Loading branch information
alexphelps authored Jan 26, 2025
1 parent a4e6be0 commit 841c43e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: tox

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 841c43e

Please sign in to comment.