Skip to content

Commit 5d81b49

Browse files
authored
Merge pull request #124 from SciML/thazhemadam-patch-1
ci: explicitly specify token for codecov
2 parents d9b3ab5 + 9274b49 commit 5d81b49

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
@@ -50,3 +50,5 @@ jobs:
5050
- uses: codecov/codecov-action@v4
5151
with:
5252
files: lcov.info
53+
token: ${{ secrets.CODECOV_TOKEN }}
54+
fail_ci_if_error: true

0 commit comments

Comments
 (0)