Skip to content

Commit 53b8ad5

Browse files
authored
Fix codecov upload (#3933)
* Try to fix codecov upload * Add token
1 parent beadf6a commit 53b8ad5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .github/workflows/integration.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
env:
5656
JVM_OPTS: -Xmx3200m
5757
TERM: dumb
58-
- name: Codecov
59-
run: |
60-
bash <(curl -s https://codecov.io/bash)
58+
- name: Upload coverage to Codecov
59+
uses: codecov/codecov-action@v4
60+
with:
61+
fail_ci_if_error: false
62+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)