Skip to content

Commit

Permalink
ci: Disable ci fail on codecov upload fail (#9151)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jun 11, 2024
1 parent 18f2002 commit 716925e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ jobs:
- name: Upload code coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
# Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
check-postgres:
strategy:
Expand Down

0 comments on commit 716925e

Please sign in to comment.