Skip to content

Commit 716925e

Browse files
authored
ci: Disable ci fail on codecov upload fail (#9151)
1 parent 18f2002 commit 716925e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ jobs:
213213
- name: Upload code coverage
214214
uses: codecov/codecov-action@v4
215215
with:
216-
fail_ci_if_error: true
216+
# Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
217+
fail_ci_if_error: false
217218
token: ${{ secrets.CODECOV_TOKEN }}
218219
check-postgres:
219220
strategy:

0 commit comments

Comments
 (0)