Skip to content

Commit abb300b

Browse files
authored
ci: Disable CI fail on codecov upload fail (#2166)
1 parent 56bc655 commit abb300b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
- name: Upload code coverage
9090
uses: codecov/codecov-action@v4
9191
with:
92-
fail_ci_if_error: true
92+
# Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
93+
fail_ci_if_error: false
9394
token: ${{ secrets.CODECOV_TOKEN }}
9495
concurrency:
9596
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)