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 da8ef18 commit e03d313Copy full SHA for e03d313
.github/workflows/pytest-cov.yml
@@ -38,3 +38,5 @@ jobs:
38
run: poetry run pytest --cov=${{ matrix.lib }} --cov-report=term
39
- name: Upload coverage to Codecov
40
uses: codecov/codecov-action@v5
41
+ with:
42
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments