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 6c4d7f4Copy full SHA for 6c4d7f4
.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
+ with:
69
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments