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