Skip to content

Commit 9898bd9

Browse files
authored
Don't fail for Codecov until token is updated
1 parent 29a6663 commit 9898bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ jobs:
8686

8787
- uses: codecov/[email protected] # upload the coverage to codecov
8888
with:
89-
fail_ci_if_error: true # optional (default = false)
89+
fail_ci_if_error: false # optional (default = false) - Need CODECOV_TOKEN
9090
# Do not upload in forks, and only on php8.3, latest deps
9191
if: ${{ github.repository == 'thecodingmachine/graphqlite' && matrix.php-version == '8.3' && matrix.install-args == '' }}

0 commit comments

Comments
 (0)