From eaa02e9dfb6e352a334d5fb9e2e076ae6c37261c Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 6 Feb 2026 06:11:01 -0600 Subject: [PATCH] PYTHON-5467 Fix codecov upload --- .github/workflows/test-python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 5c0bbe08eb..497869015f 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -108,6 +108,8 @@ jobs: run: uv tool run --with "coverage[toml]" coverage xml - name: Upload test results to Codecov uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} doctest: runs-on: ubuntu-latest name: DocTest