From a9f8b96912bddbc31ccc86d91c4e41b9654b6580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:16:23 +0000 Subject: [PATCH 1/2] build(deps): 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 142beda..ea06c6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - run: dart pub global activate coverage ^1.0.0 - run: dart pub global run coverage:test_with_coverage - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 lint: name: Lint From 9d6df2ffdcf6b38f1e7e47846e66f4482da51dde Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Wed, 7 Feb 2024 18:44:10 +0100 Subject: [PATCH 2/2] Add Codecov token --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea06c6c..f830037 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,8 @@ jobs: - run: dart pub global run coverage:test_with_coverage - uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} lint: name: Lint