From b1a0a1f10483a2c55614848479627d58472fa788 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 6 Feb 2026 10:29:37 -0600 Subject: [PATCH] PYTHON-5467 Fix codecov upload (#2701) --- .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 3f8090d35..388f68bbe 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