From 864bb447287bc7f3fb06a9ee74746f76cd5fbf3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 21:39:04 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-report-lcov from 4 to 7 Bumps [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov) from 4 to 7. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/v4...v7) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... 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 a4da6d4..cfb5c6d 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@v4 + uses: zgosalvez/github-actions-report-lcov@v7 with: coverage-files: build/cov.info.cleaned minimum-coverage: 70