Skip to content

Commit

Permalink
Bump PavanMudigonda/jacoco-reporter from 4.9 to 5.1
Browse files Browse the repository at this point in the history
Bumps [PavanMudigonda/jacoco-reporter](https://github.com/pavanmudigonda/jacoco-reporter) from 4.9 to 5.1.
- [Release notes](https://github.com/pavanmudigonda/jacoco-reporter/releases)
- [Commits](PavanMudigonda/jacoco-reporter@v4.9...v5.1)

---
updated-dependencies:
- dependency-name: PavanMudigonda/jacoco-reporter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 5f264a1 commit 475b7d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode --update-snapshots test
- name: JaCoCo Code Coverage Report
uses: PavanMudigonda/jacoco-reporter@v4.9
uses: PavanMudigonda/jacoco-reporter@v5.1
with:
coverage_results_path: target/site/jacoco/jacoco.xml
coverage_report_name: Coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode --update-snapshots test
- name: JaCoCo Code Coverage Report
uses: PavanMudigonda/jacoco-reporter@v4.9
uses: PavanMudigonda/jacoco-reporter@v5.1
with:
coverage_results_path: target/site/jacoco/jacoco.xml
coverage_report_name: Coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: ls -R
working-directory: target/site/jacoco/
- name: JaCoCo Code Coverage Report
uses: PavanMudigonda/jacoco-reporter@v4.9
uses: PavanMudigonda/jacoco-reporter@v5.1
with:
coverage_results_path: target/site/jacoco/jacoco.xml
coverage_report_name: Coverage
Expand Down

0 comments on commit 475b7d2

Please sign in to comment.