From 9f4e4cdd71ba929bb7969d9369ff1f9bb2584936 Mon Sep 17 00:00:00 2001 From: Chris Kehayias Date: Sat, 21 Feb 2026 07:37:54 -0500 Subject: [PATCH] ci: remove CODECOV_TOKEN (not required for public repos) Co-Authored-By: Claude Opus 4.6 --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c4e1c2..8ccf88a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,5 @@ 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