Skip to content

Commit d93d4de

Browse files
authored
CI: use a token for the Codecov action to upload (#657)
This is required now, it was a breaking change in `codecov-action@v4`. Follows up on a comment on PR 479.
1 parent c9989e9 commit d93d4de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
- name: Upload coverage report
139139
uses: codecov/codecov-action@v4
140140
if: ${{ always() }}
141+
env:
142+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
141143

142144
msvc:
143145
runs-on: windows-latest

0 commit comments

Comments
 (0)