From 5cff0b823594c955d810302f8933d9125c8b9153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:34:19 +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/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml index 3267345c..dc358ea4 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -70,7 +70,7 @@ jobs: run: dart pub publish --dry-run - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: From 313352606b7ce9467d55e14f473eae6c1f12c88f Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Thu, 19 Dec 2024 19:04:05 +0100 Subject: [PATCH 2/2] ci: remove codecov token --- .github/workflows/base.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml index d51ea930..540eab4a 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -51,8 +51,6 @@ jobs: run: dart pub publish --dry-run - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: coverage/lcov.info flags: unittests