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 a38f72d commit 28ef02a
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 @@ -52,4 +52,7 @@ jobs:
coverage combine
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 28ef02a

Please sign in to comment.