Skip to content

Commit

Permalink
Merge pull request #58 from JuliaMath/fix-codecov
Browse files Browse the repository at this point in the history
Add CODECOV_TOKEN to the corresponding GH Action
  • Loading branch information
waldyrious authored Jul 23, 2024
2 parents b231954 + c8e3366 commit 4881d46
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 @@ -35,3 +35,4 @@ jobs:
- uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4881d46

Please sign in to comment.