We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a423b54 commit 08b27ebCopy full SHA for 08b27eb
.github/workflows/ci.yml
@@ -65,3 +65,5 @@ jobs:
65
- run: python -m pip install -e .[${{ matrix.extras }}]
66
- run: python -m pytest
67
- uses: codecov/codecov-action@v5
68
+ env:
69
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments