diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 4d949f4..05a48e3 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -107,7 +107,7 @@ jobs: run: ./gradlew --no-daemon sonar # Add code coverage to PR - name: Add code coverage to PR - uses: madrapps/jacoco-report@v1.6.1 + uses: madrapps/jacoco-report@v1.7.1 with: title: Code Coverage ${{ inputs.gradle-module }} paths: ${{ github.workspace }}/**/jacocoTestReport.xml