From 718cdce39d7434ee37b1e50fa161aa46fd28100a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:08:34 +0000 Subject: [PATCH] Bump madrapps/jacoco-report from 1.7.0 to 1.7.1 Bumps [madrapps/jacoco-report](https://github.com/madrapps/jacoco-report) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/madrapps/jacoco-report/releases) - [Commits](https://github.com/madrapps/jacoco-report/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: madrapps/jacoco-report dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index b858a27d7..bdc1828ca 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -238,7 +238,7 @@ jobs: - name: Display local test coverage (only API 30) if: matrix.api-level == 30 id: jacoco - uses: madrapps/jacoco-report@v1.7.0 + uses: madrapps/jacoco-report@v1.7.1 with: title: Combined test coverage report min-coverage-overall: 40