From 3097623171c557b56e52384843537499a8b2b3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:54:11 +0000 Subject: [PATCH 1/2] chore(deps): bump codecov/codecov-action from 3.1.6 to 4.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.6 to 4.0.0. - [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.1.6...v4.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96ea8e30eb..a43d480b39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: run: yarn jest test/ --collectCoverage=true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.0.0 test-cli: name: CLI From 50966a9a2a23d781cdfe3379780e5eb54a5450bc Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Thu, 1 Feb 2024 15:36:34 -0500 Subject: [PATCH 2/2] ci: add codecov token --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a43d480b39..9c0a020efb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,6 +69,8 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.0.0 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} test-cli: name: CLI