Skip to content

Commit

Permalink
CI: use a token for the Codecov action to upload (#657)
Browse files Browse the repository at this point in the history
This is required now, it was a breaking change in
`codecov-action@v4`. Follows up on a comment on
PR 479.
  • Loading branch information
rgommers authored Aug 2, 2024
1 parent c9989e9 commit d93d4de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ jobs:
- name: Upload coverage report
uses: codecov/codecov-action@v4
if: ${{ always() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

msvc:
runs-on: windows-latest
Expand Down

0 comments on commit d93d4de

Please sign in to comment.