Skip to content

Commit

Permalink
Merge pull request #199 from SciML/thazhemadam-patch-1
Browse files Browse the repository at this point in the history
ci: explicitly specify token for codecov
  • Loading branch information
thazhemadam committed Feb 9, 2024
2 parents abc130f + 46f5c91 commit e762c6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
file: lcov.info
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit e762c6c

Please sign in to comment.