From b349e813e83e5be90e6aa7b54734cd93742c3354 Mon Sep 17 00:00:00 2001 From: Chris Kehayias Date: Sat, 21 Feb 2026 07:42:54 -0500 Subject: [PATCH] ci: restore CODECOV_TOKEN (required for protected branches) Co-Authored-By: Claude Opus 4.6 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ccf88a..2c4e1c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,5 +26,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/coverage-final.json fail_ci_if_error: false