Skip to content

Commit 2215bf5

Browse files
build(deps): bump madrapps/jacoco-report from 1.6.1 to 1.7.2
Bumps [madrapps/jacoco-report](https://github.com/madrapps/jacoco-report) from 1.6.1 to 1.7.2. - [Release notes](https://github.com/madrapps/jacoco-report/releases) - [Commits](Madrapps/jacoco-report@v1.6.1...v1.7.2) --- updated-dependencies: - dependency-name: madrapps/jacoco-report dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f62bc96 commit 2215bf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/identityservice-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
path: ${{github.workspace}}/reports
9393

9494
- name: Add coverage report to PR
95-
uses: madrapps/jacoco-report@v1.6.1
95+
uses: madrapps/jacoco-report@v1.7.2
9696
if: ${{ env.FROM_ORIGINAL_REPOSITORY == 'true' }}
9797
with:
9898
paths: ${{github.workspace}}/identity-service/target/site/jacoco/jacoco.xml

.github/workflows/userservice-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
path: ${{github.workspace}}/reports
8787

8888
- name: Add coverage report to PR
89-
uses: madrapps/jacoco-report@v1.6.1
89+
uses: madrapps/jacoco-report@v1.7.2
9090
if: ${{ env.FROM_ORIGINAL_REPOSITORY == 'true' }}
9191
with:
9292
paths: ${{github.workspace}}/user-service/target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)