Skip to content

Commit 303f5c2

Browse files
authored
Use codecov token
1 parent 63aaaf1 commit 303f5c2

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
@@ -64,6 +64,8 @@ jobs:
6464
- uses: codecov/codecov-action@v4
6565
with:
6666
files: lcov.info
67+
fail_ci_if_error: true
68+
token: ${{ secrets.CODECOV_TOKEN }}
6769
- uses: coverallsapp/github-action@master
6870
with:
6971
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)