From c3c66a0860697dda470b5303727288a41d5610ef Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Wed, 29 Apr 2026 11:19:39 +0200 Subject: [PATCH] Use CODECOV secret --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4cd8e44..bb00b093 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v6 with: + token: ${{ secrets.CODECOV_TOKEN }} file: lcov.info test-nightly: needs: test