We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bf572 commit 4912849Copy full SHA for 4912849
.github/workflows/pull_request.yml
@@ -61,7 +61,6 @@ jobs:
61
env:
62
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
63
with:
64
- fail_ci_if_error: true
65
directory: coverage
66
plugin: pycoverage # Only run one plugin so that all do not run. There is no way to disable plugins entirely.
67
0 commit comments