We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fd654 commit ae84266Copy full SHA for ae84266
.github/workflows/main.yaml
@@ -61,6 +61,8 @@ jobs:
61
pytest
62
- name: Upload coverage to Codecov
63
uses: codecov/codecov-action@v3
64
+ with:
65
+ token: ${{ secrets.CODECOV_TOKEN }}
66
if: matrix.python-version == 3.11
67
with:
68
file: ./coverage.xml
0 commit comments