From 60cc373414e5ff791886e42bad2ac319a2c7ad91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:20:34 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0aef543..ff9d00b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,7 +88,7 @@ jobs: run: vendor/bin/infection --show-mutations - name: Upload code coverage if: matrix.description != 'Infection' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: build/coverage-report.xml fail_ci_if_error: true From 5c906e0957a81d5e440390a9aa26e7345315fefc Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Mon, 18 Nov 2024 17:24:37 +0100 Subject: [PATCH 2/2] Update Codecov config after v5 update --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff9d00b..0b29a0a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -90,6 +90,6 @@ jobs: if: matrix.description != 'Infection' uses: codecov/codecov-action@v5 with: - file: build/coverage-report.xml + files: build/coverage-report.xml fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}