Skip to content

Commit 0741630

Browse files
authored
ci: Fix codecov (#359)
1 parent a7dc38b commit 0741630

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
@@ -49,7 +49,8 @@ jobs:
4949
- name: Upload code coverage
5050
uses: codecov/codecov-action@v4
5151
with:
52-
fail_ci_if_error: true
52+
# Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
53+
fail_ci_if_error: false
5354
token: ${{ secrets.CODECOV_TOKEN }}
5455
concurrency:
5556
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)