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 a7dc38b commit 0741630Copy full SHA for 0741630
.github/workflows/ci.yml
@@ -49,7 +49,8 @@ jobs:
49
- name: Upload code coverage
50
uses: codecov/codecov-action@v4
51
with:
52
- fail_ci_if_error: true
+ # Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
53
+ fail_ci_if_error: false
54
token: ${{ secrets.CODECOV_TOKEN }}
55
concurrency:
56
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments