Skip to content

Commit

Permalink
Update PR builder with Codecov steps
Browse files Browse the repository at this point in the history
  • Loading branch information
asekawa committed Nov 26, 2024
1 parent 02b6b86 commit 7c8b0f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ jobs:
- name: Build with Maven
run: mvn clean install -U -B

- name: Generate coverage report
run: mvn test jacoco:report

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

0 comments on commit 7c8b0f1

Please sign in to comment.