Skip to content

Commit

Permalink
Update pr-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asekawa authored Aug 8, 2024
1 parent 29f9ecc commit a753c3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:
${{ runner.os }}-
- 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 }}

0 comments on commit a753c3e

Please sign in to comment.