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 56bc655 commit abb300bCopy full SHA for abb300b
.github/workflows/ci.yml
@@ -89,7 +89,8 @@ jobs:
89
- name: Upload code coverage
90
uses: codecov/codecov-action@v4
91
with:
92
- fail_ci_if_error: true
+ # Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
93
+ fail_ci_if_error: false
94
token: ${{ secrets.CODECOV_TOKEN }}
95
concurrency:
96
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments