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 Aug 18, 2024
1 parent cb6e58e commit 63f62aa
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 @@ -44,3 +44,11 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- 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 63f62aa

Please sign in to comment.