Skip to content

Commit b1a0a1f

Browse files
authored
PYTHON-5467 Fix codecov upload (mongodb#2701)
1 parent f28ab12 commit b1a0a1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ jobs:
108108
run: uv tool run --with "coverage[toml]" coverage xml
109109
- name: Upload test results to Codecov
110110
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
111+
with:
112+
token: ${{ secrets.CODECOV_TOKEN }}
111113
doctest:
112114
runs-on: ubuntu-latest
113115
name: DocTest

0 commit comments

Comments
 (0)