Skip to content

Commit 1a24034

Browse files
authored
Merge pull request #400 from SciML/thazhemadam-patch-1
ci: explicitly specify token for codecov
2 parents 954534a + e8f6fde commit 1a24034

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- uses: codecov/codecov-action@v4
4242
with:
4343
file: lcov.info
44+
token: ${{ secrets.CODECOV_TOKEN }}
45+
fail_ci_if_error: true
4446
- uses: coverallsapp/github-action@master
4547
with:
4648
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/Documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
- uses: codecov/codecov-action@v4
2828
with:
2929
file: lcov.info
30+
token: ${{ secrets.CODECOV_TOKEN }}
31+
fail_ci_if_error: true

0 commit comments

Comments
 (0)