Skip to content

Commit

Permalink
Merge pull request #59 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 bce1c04 + c4f4585 commit d1545b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d1545b3

Please sign in to comment.