There was an error while loading. Please reload this page.
1 parent 6780d24 commit bec3e74Copy full SHA for bec3e74
.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