From 124bf5fe9961c1a70e81ce16ae3b633d48a6bf08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:15:29 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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/v3...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/build-test-measure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-measure.yml b/.github/workflows/build-test-measure.yml index 7bcfa1eac..3b1ff2e46 100644 --- a/.github/workflows/build-test-measure.yml +++ b/.github/workflows/build-test-measure.yml @@ -345,7 +345,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage == true }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/pwa/build/logs/clover.xml flags: php,unit From 126bd6027a871668cd0806685745ef6557594377 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 11 Nov 2024 13:33:03 -0800 Subject: [PATCH 2/2] Add Codecov token config --- .github/workflows/build-test-measure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test-measure.yml b/.github/workflows/build-test-measure.yml index 3b1ff2e46..b7634cf09 100644 --- a/.github/workflows/build-test-measure.yml +++ b/.github/workflows/build-test-measure.yml @@ -350,3 +350,4 @@ jobs: file: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/pwa/build/logs/clover.xml flags: php,unit fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}