Skip to content

Commit 5697b0f

Browse files
authored
Merge pull request #780 from SciML/thazhemadam-patch-1
ci: explicitly specify token for codecov
2 parents 1ecdb24 + 9762e55 commit 5697b0f

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
@@ -36,6 +36,8 @@ jobs:
3636
- uses: codecov/codecov-action@v4
3737
with:
3838
file: lcov.info
39+
token: ${{ secrets.CODECOV_TOKEN }}
40+
fail_ci_if_error: true
3941
- uses: coverallsapp/github-action@master
4042
with:
4143
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)