From 40b4cd8e9b4ca29dd943780ec913f56f76a05262 Mon Sep 17 00:00:00 2001 From: Jesse Hills <154711427+swoboda1337@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:32:33 +1200 Subject: [PATCH] [ci] Drop the unused Codecov upload token (#17977) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6fba50625..ee50f7d2f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -253,8 +253,6 @@ jobs: pytest -vv --cov-report=xml --tb=native --durations=30 -n auto tests --ignore=tests/integration/ - name: Upload coverage to Codecov uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 - with: - token: ${{ secrets.CODECOV_TOKEN }} - name: Save Python virtual environment cache if: github.ref == 'refs/heads/dev' uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 @@ -285,7 +283,6 @@ jobs: - name: Report empty upload to Codecov uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: - token: ${{ secrets.CODECOV_TOKEN }} run_command: empty-upload force: true fail_ci_if_error: true