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 29a6663 commit 9898bd9Copy full SHA for 9898bd9
.github/workflows/continuous_integration.yml
@@ -86,6 +86,6 @@ jobs:
86
87
- uses: codecov/[email protected] # upload the coverage to codecov
88
with:
89
- fail_ci_if_error: true # optional (default = false)
+ fail_ci_if_error: false # optional (default = false) - Need CODECOV_TOKEN
90
# Do not upload in forks, and only on php8.3, latest deps
91
if: ${{ github.repository == 'thecodingmachine/graphqlite' && matrix.php-version == '8.3' && matrix.install-args == '' }}
0 commit comments