Skip to content

Commit 789c1c1

Browse files
authored
ci: Fix codecov token (#181)
1 parent 601da27 commit 789c1c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ jobs:
4242
- name: Upload code coverage
4343
uses: codecov/codecov-action@v4
4444
with:
45-
fail_ci_if_error: true
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
4647
token: ${{ secrets.CODECOV_TOKEN }}
47-
env:
48-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4948
concurrency:
5049
group: ${{ github.workflow }}-${{ github.ref }}
5150
cancel-in-progress: true

0 commit comments

Comments
 (0)