From f3f64c4d025e567bad6119700b90ce4c9f71c99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 00:30:41 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-report-lcov from 4.1.24 to 4.1.25 Bumps [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov) from 4.1.24 to 4.1.25. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/55c5634f4f1085c376473dfd5971662ced3b9dc1...ec80ffb0e31fc6b6c35e18a8ef83403b1a8a84ee) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: 4.1.25 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..5ff8027 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@ec80ffb0e31fc6b6c35e18a8ef83403b1a8a84ee with: coverage-files: coverage/lcov.*.info minimum-coverage: 90