From 983326b097d1910dbd12273ecb3c4f9f727f64c7 Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Fri, 10 Jan 2025 11:23:05 -0800 Subject: [PATCH] Add Codecov token to CI 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. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5576ed7f..ff01f0ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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