Skip to content

Commit

Permalink
build(deps): bump PavanMudigonda/jacoco-reporter (#39)
Browse files Browse the repository at this point in the history
Bumps [PavanMudigonda/jacoco-reporter](https://github.com/pavanmudigonda/jacoco-reporter) from 5.0 to 5.1.
- [Release notes](https://github.com/pavanmudigonda/jacoco-reporter/releases)
- [Commits](PavanMudigonda/jacoco-reporter@v5.0...v5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent c590bd0 commit e9c4380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/android-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
- name: Generate code coverage summary
if: inputs.check-build == 'true'
id: coverage
uses: PavanMudigonda/jacoco-reporter@v5.0
uses: PavanMudigonda/jacoco-reporter@v5.1
with:
coverage_results_path: build/reports/kover/reportDebug.xml
github_token: ${{ github.token }}
Expand Down

0 comments on commit e9c4380

Please sign in to comment.