From b4760f4936c3d576bf5ca2e7551e5cbee7df9e46 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Fri, 30 Jan 2026 11:33:20 +0900 Subject: [PATCH] Set codecov token in CI Signed-off-by: Anuraag Agrawal --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5acf80a..fdd4e6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -99,6 +99,8 @@ jobs: - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 if: ${{ matrix.coverage == 'cov' }} + with: + token: ${{ secrets.CODECOV_TOKEN }} publish: runs-on: ubuntu-24.04