Skip to content

Commit

Permalink
ci: use codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed May 8, 2024
1 parent f8c34a2 commit 0272641
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ jobs:
coverage run --include='*/rf/*' -m rf.tests
coverage xml -o ../coverage.xml
- name: upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
fail_ci_if_error: true

0 comments on commit 0272641

Please sign in to comment.