PYTHON-5467 Fix codecov upload
This commit is contained in:
parent
afc884d786
commit
eaa02e9dfb
2
.github/workflows/test-python.yml
vendored
2
.github/workflows/test-python.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user