From 5e2a2c925217a5b3d962bcab7706252d5db6e152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:03:41 +0000 Subject: [PATCH] Bump madrapps/jacoco-report from 1.6.1 to 1.7.1 Bumps [madrapps/jacoco-report](https://github.com/madrapps/jacoco-report) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/madrapps/jacoco-report/releases) - [Commits](https://github.com/madrapps/jacoco-report/compare/v1.6.1...v1.7.1) --- updated-dependencies: - dependency-name: madrapps/jacoco-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b81d294096..d488c803e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: run: mvn -B verify --file pom.xml - name: Add coverage to PR id: jacoco - uses: madrapps/jacoco-report@v1.6.1 + uses: madrapps/jacoco-report@v1.7.1 with: paths: ${{ github.workspace }}/**/target/site/jacoco-merged-test-coverage-report/jacoco.xml token: ${{ secrets.GITHUB_TOKEN }}