Skip to content

Commit

Permalink
Upgrade jacoco action to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed May 17, 2024
1 parent 3e267c9 commit abb1392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Publish Test Coverage Results
# noinspection SpellCheckingInspection
uses: PavanMudigonda/jacoco-reporter@v4.9
uses: PavanMudigonda/jacoco-reporter@v5.0
with:
coverage_results_path: 'target/site/jacoco/jacoco.xml'
coverage_report_title: 'Test Coverage Results'
Expand Down

0 comments on commit abb1392

Please sign in to comment.