Skip to content

Commit

Permalink
ci: update codecov GA
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent4vx committed Apr 15, 2024
1 parent 97e40b2 commit bea7f2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
run: mvn --batch-mode --update-snapshots -P '!checkerframework,!checkerframework-jdk8,!checkerframework-jdk9orlater' verify

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: target/site/jacoco/jacoco.xml
verbose: true

java_compatibility:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bea7f2a

Please sign in to comment.