Skip to content

Commit

Permalink
Fix codecov upload (#3933)
Browse files Browse the repository at this point in the history
* Try to fix codecov upload

* Add token
  • Loading branch information
uglide authored Aug 22, 2024
1 parent beadf6a commit 53b8ad5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
env:
JVM_OPTS: -Xmx3200m
TERM: dumb
- name: Codecov
run: |
bash <(curl -s https://codecov.io/bash)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 53b8ad5

Please sign in to comment.