Skip to content

Commit 2570607

Browse files
committed
Add CODECOV_TOKEN as repository secret
1 parent 2f06a20 commit 2570607

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ jobs:
4242
- uses: codecov/codecov-action@v5
4343
with:
4444
files: lcov.info
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
fail_ci_if_error: false

0 commit comments

Comments
 (0)