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 e1e039e commit 2ed21c4Copy full SHA for 2ed21c4
1 file changed
.github/workflows/ci.yml
@@ -44,5 +44,6 @@ jobs:
44
if: matrix.python-version == '3.12'
45
uses: codecov/codecov-action@v5
46
with:
47
+ token: ${{ secrets.CODECOV_TOKEN }}
48
file: coverage.xml
49
fail_ci_if_error: false
0 commit comments