Skip to content

Commit

Permalink
Improve codecov pr-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Oct 17, 2024
1 parent acfaa73 commit 23eff03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ 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:
Expand Down

0 comments on commit 23eff03

Please sign in to comment.