[ci] Drop the unused Codecov upload token (#17977)

This commit is contained in:
Jesse Hills
2026-07-31 06:32:33 -04:00
committed by GitHub
parent e11a295680
commit 40b4cd8e9b
-3
View File
@@ -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