Skip to content

Commit a5217e8

Browse files
authored
Merge pull request #76 from SciML/thazhemadam-patch-1
ci: explicitly specify token for codecov
2 parents a6475d9 + 94e2bdf commit a5217e8

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
@@ -42,6 +42,8 @@ jobs:
4242
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
4343
with:
4444
file: lcov.info
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
fail_ci_if_error: true
4547
- uses: coverallsapp/github-action@master
4648
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
4749
with:

0 commit comments

Comments
 (0)