Skip to content

Commit e5aa32a

Browse files
authored
Merge pull request #156 from SciML/thazhemadam-patch-1
ci: explicitly specify token for codecov
2 parents 2965523 + 56e62b2 commit e5aa32a

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
@@ -41,3 +41,5 @@ jobs:
4141
- uses: codecov/codecov-action@v4
4242
with:
4343
file: lcov.info
44+
token: ${{ secrets.CODECOV_TOKEN }}
45+
fail_ci_if_error: true

0 commit comments

Comments
 (0)