We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62bc96 commit 2215bf5Copy full SHA for 2215bf5
.github/workflows/identityservice-ci.yaml
@@ -92,7 +92,7 @@ jobs:
92
path: ${{github.workspace}}/reports
93
94
- name: Add coverage report to PR
95
- uses: madrapps/jacoco-report@v1.6.1
+ uses: madrapps/jacoco-report@v1.7.2
96
if: ${{ env.FROM_ORIGINAL_REPOSITORY == 'true' }}
97
with:
98
paths: ${{github.workspace}}/identity-service/target/site/jacoco/jacoco.xml
.github/workflows/userservice-ci.yaml
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
paths: ${{github.workspace}}/user-service/target/site/jacoco/jacoco.xml
0 commit comments