Skip to content

Commit 66d7fee

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into fix-failing-tests
# Conflicts: # build.gradle # parse/build.gradle
2 parents bda6678 + 86a3157 commit 66d7fee

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
6767
- name: Run tests
6868
run: ./gradlew --no-daemon clean jacocoTestReport
69-
- name: Report test coverage
70-
run: |
71-
pip install --user codecov
72-
codecov
69+
- name: Upload code coverage
70+
uses: codecov/codecov-action@v4
71+
with:
72+
# Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
73+
fail_ci_if_error: false
74+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)