Skip to content

Commit

Permalink
Add Codecov token to CI (#318)
Browse files Browse the repository at this point in the history
Coverage hasn't been properly submitted in a long time. The issue as reported by the CI job is that we need a token, so I've added one in the repository settings and this commit just tells the action to use it.
  • Loading branch information
ararslan authored Jan 10, 2025
1 parent 5a33b6b commit 5a88ede
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 @@ -54,6 +54,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
files: ./cov-html/libopenlibm.info
token: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/upload-artifact@v4
with:
name: code-coverage-report
Expand Down

0 comments on commit 5a88ede

Please sign in to comment.