From a95cf80e2a4d97ae4ae55816474c3f0ce1bf2d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:23:57 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 1 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 4. - [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/v1...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d8400ae..006408c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -43,7 +43,7 @@ jobs: with: dependency-versions: ${{ matrix.dependencies }} - run: vendor/bin/phpunit --coverage-clover=coverage.xml - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v4 with: file: './coverage.xml' fail_ci_if_error: true From 40b1740a5ba422d5e484641ba915953d5ed33447 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Mon, 8 Apr 2024 10:28:23 +0200 Subject: [PATCH 2/2] Add Codecov token --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 006408c..6c6edab 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -45,6 +45,7 @@ jobs: - run: vendor/bin/phpunit --coverage-clover=coverage.xml - uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} file: './coverage.xml' fail_ci_if_error: true PHP-CS-Fixer: