From 15acee88572d7df5a66a84edc5d21a27218838e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 00:16:49 +0000 Subject: [PATCH] build(deps): Bump saschanowak/CloverCodeCoverageSummary Bumps [saschanowak/CloverCodeCoverageSummary](https://github.com/saschanowak/clovercodecoveragesummary) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/saschanowak/clovercodecoveragesummary/releases) - [Commits](https://github.com/saschanowak/clovercodecoveragesummary/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: saschanowak/CloverCodeCoverageSummary 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 f13db6a..9e12a69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: run: .Build/bin/phpcov merge --html .Build/artifacts/coverage/merged --clover .Build/artifacts/coverage/clover.xml .Build/artifacts/coverage/ - name: 'Generate code coverage summary report' - uses: saschanowak/CloverCodeCoverageSummary@1.0.0 + uses: saschanowak/CloverCodeCoverageSummary@1.0.1 with: filename: .Build/artifacts/coverage/clover.xml