From b3bab716888d2c2f48f0d50b932166fbe440b0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:56:21 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-report-lcov from 4.1.24 to 4.1.26 Bumps [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov) from 4.1.24 to 4.1.26. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/55c5634f4f1085c376473dfd5971662ced3b9dc1...eda775f552bfb2bffbdedea26f19dfb8c24a1648) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: 4.1.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4609a9..031b569 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: pattern: code-coverage-* merge-multiple: true - name: Report code coverage - uses: zgosalvez/github-actions-report-lcov@55c5634f4f1085c376473dfd5971662ced3b9dc1 + uses: zgosalvez/github-actions-report-lcov@eda775f552bfb2bffbdedea26f19dfb8c24a1648 with: coverage-files: coverage/lcov.*.info minimum-coverage: 90