Skip to content

Commit 9e49fe8

Browse files
committed
Add missing CODECOV_TOKEN secret
1 parent e588c26 commit 9e49fe8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ jobs:
3030

3131
- name: Upload coverage
3232
uses: codecov/codecov-action@v4
33+
env:
34+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)