Skip to content

Commit 769916f

Browse files
authored
Merge pull request #7 from scigolib/fix/codecov-token
ci: add CODECOV_TOKEN for protected branches
2 parents 951f66c + 82875ad commit 769916f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
uses: codecov/codecov-action@v4
6767
continue-on-error: true
6868
with:
69+
token: ${{ secrets.CODECOV_TOKEN }}
6970
file: ./coverage.txt
7071
flags: unittests
7172
name: codecov-unit

0 commit comments

Comments
 (0)