Skip to content

Commit 63efb70

Browse files
authored
Merge pull request #199 from SciML/thazhemadam-patch-1
ci: explicitly specify token for codecov
2 parents 3baf9c6 + 2cce8c5 commit 63efb70

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
@@ -44,3 +44,5 @@ jobs:
4444
- uses: codecov/codecov-action@v4
4545
with:
4646
file: lcov.info
47+
token: ${{ secrets.CODECOV_TOKEN }}
48+
fail_ci_if_error: true

.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)