Skip to content

Commit 4dbee1b

Browse files
committed
Add Codecov token in Github actions tests workflow
1 parent a9c5ccc commit 4dbee1b

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
@@ -32,3 +32,5 @@ jobs:
3232

3333
- name: Coverage
3434
uses: codecov/codecov-action@v4
35+
env:
36+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)