Skip to content

Commit c9a88a8

Browse files
committed
ci: add CODECOV_TOKEN to fix coverage uploads on protected branches
1 parent 96d40ca commit c9a88a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: codecov/codecov-action@v5
2828
with:
2929
files: lcov.info
30+
token: ${{ secrets.CODECOV_TOKEN }}
3031
format:
3132
name: Format check
3233
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)