From 4ba877ac285318c293d4fb9f26479c5bb46feb4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:46:10 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-report-lcov from 7 to 7.1.0 Bumps [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov) from 7 to 7.1.0. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/v7...v7.1.0) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 61d9e66..1db19ea 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -34,7 +34,7 @@ jobs: run: cmake --build . --target cov_data - name: Report code coverage - uses: zgosalvez/github-actions-report-lcov@v7 + uses: zgosalvez/github-actions-report-lcov@v7.1.0 with: coverage-files: build/cov.info.cleaned minimum-coverage: 70