From 802fe0b3f6a9e8d032aec6381b90c0f9e2d0b407 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:43:58 +0000 Subject: [PATCH] chore(deps): update madrapps/jacoco-report action to v1.7.1 --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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