We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542d0af commit 409e0e9Copy full SHA for 409e0e9
1 file changed
.github/workflows/gh-ci.yml
@@ -67,6 +67,7 @@ jobs:
67
uses: codecov/codecov-action@v2
68
with:
69
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
70
+ token: ${{ secrets.CODECOV_TOKEN }}
71
file: ./coverage.xml
72
fail_ci_if_error: True
73
verbose: True
0 commit comments