We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c398c commit dcd8653Copy full SHA for dcd8653
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
env_vars: PHP
62
- fail_ci_if_error: true
+ fail_ci_if_error: false
63
files: ./test/output/clover.xml
64
flags: unittests
65
name: codecov
0 commit comments