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 601da27 commit 789c1c1Copy full SHA for 789c1c1
.github/workflows/ci.yml
@@ -42,10 +42,9 @@ jobs:
42
- name: Upload code coverage
43
uses: codecov/codecov-action@v4
44
with:
45
- fail_ci_if_error: true
+ # Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
46
+ fail_ci_if_error: false
47
token: ${{ secrets.CODECOV_TOKEN }}
- env:
48
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
49
concurrency:
50
group: ${{ github.workflow }}-${{ github.ref }}
51
cancel-in-progress: true
0 commit comments