From ad13abcf6663ec9d43cd6015f1fa8da68c99186c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:14:14 +0000 Subject: [PATCH] build(deps): Bump saschanowak/CloverCodeCoverageSummary Bumps [saschanowak/CloverCodeCoverageSummary](https://github.com/saschanowak/clovercodecoveragesummary) from 0.4.0 to 1.0.0. - [Release notes](https://github.com/saschanowak/clovercodecoveragesummary/releases) - [Commits](https://github.com/saschanowak/clovercodecoveragesummary/compare/0.4.0...1.0.0) --- updated-dependencies: - dependency-name: saschanowak/CloverCodeCoverageSummary dependency-type: direct:production update-type: version-update:semver-major ... 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 da1049c..86bcb32 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@0.4.0 + uses: saschanowak/CloverCodeCoverageSummary@1.0.0 with: filename: .Build/artifacts/coverage/clover.xml