Skip to content

Commit 5a88ede

Browse files
authored
Add Codecov token to CI (#318)
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.
1 parent 5a33b6b commit 5a88ede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
uses: codecov/codecov-action@v5
5555
with:
5656
files: ./cov-html/libopenlibm.info
57+
token: ${{ secrets.CODECOV_TOKEN }}
5758
- uses: actions/upload-artifact@v4
5859
with:
5960
name: code-coverage-report

0 commit comments

Comments
 (0)