Skip to content

Commit c40b47f

Browse files
authored
Update ci.yml
1 parent c9f82b9 commit c40b47f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- name: Upload code coverage
4343
uses: codecov/codecov-action@v4
4444
with:
45-
# Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
46-
fail_ci_if_error: false
45+
fail_ci_if_error: true
4746
token: ${{ secrets.CODECOV_TOKEN }}
4847
concurrency:
4948
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)