Skip to content

Commit

Permalink
Configure Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
veithen committed Apr 21, 2024
1 parent 8ca42f2 commit 776f761
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build
run: mvn -B -e -Prelease -Dgpg.skip=true verify
- name: Upload Coverage Report
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./target/coverage.json
token: ${{ secrets.CODECOV_TOKEN }}
- name: Remove Snapshots
run: find ~/.m2/repository -name '*-SNAPSHOT' -a -type d -print0 | xargs -0 rm -rf
deploy:
Expand Down

0 comments on commit 776f761

Please sign in to comment.