From 4140fd4608b07954a693b2a09cd806e94ef8ae5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:36:55 +0000 Subject: [PATCH 1/2] build(deps): 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 052d9f36b..580d423a5 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -59,7 +59,7 @@ jobs: - name: Run tests run: flutter test --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: From 82f5aeb0fae4dc41bc7575a05c4881c83ad0bc9f Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Wed, 18 Dec 2024 13:03:45 +0100 Subject: [PATCH 2/2] Update base.yaml --- .github/workflows/base.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml index 580d423a5..6dfb982c1 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -60,8 +60,6 @@ jobs: run: flutter test --coverage - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: coverage/lcov.info name: flutter_form_builder