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 a931546 commit 88cbc36Copy full SHA for 88cbc36
.github/workflows/test.yml
@@ -76,5 +76,7 @@ jobs:
76
if: startsWith(matrix.tox_env, 'py') # only coveralls in python tests
77
uses: codecov/codecov-action@v5
78
with:
79
- fail_ci_if_error: false # TODO: Set true after fix token for win&macosx
+ fail_ci_if_error: true
80
verbose: true
81
+ override_branch: main
82
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments