We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f2002 commit 716925eCopy full SHA for 716925e
.github/workflows/ci.yml
@@ -213,7 +213,8 @@ jobs:
213
- name: Upload code coverage
214
uses: codecov/codecov-action@v4
215
with:
216
- fail_ci_if_error: true
+ # Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
217
+ fail_ci_if_error: false
218
token: ${{ secrets.CODECOV_TOKEN }}
219
check-postgres:
220
strategy:
0 commit comments