From 47e25dfbfd40c542e37d24b8f3c69862c2f1dc93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 05:51:42 +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/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 3ddf65c31..5bea85296 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -201,7 +201,7 @@ jobs: - name: Display local test coverage (only API 30) if: matrix.api-level == 30 id: jacoco - uses: madrapps/jacoco-report@v1.6.1 + uses: madrapps/jacoco-report@v1.7.1 with: title: Combined test coverage report min-coverage-overall: 40