PYTHON-5467 Fix codecov upload (#2701)

This commit is contained in:
Steven Silvester 2026-02-06 10:29:37 -06:00 committed by GitHub
parent f28ab12db0
commit b1a0a1f104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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