From 638d095b7723c5ea0099931c3894a1b0788a78b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:11:17 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action to v7 --- .github/workflows/flutter.test.yml | 2 +- .github/workflows/go.test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter.test.yml b/.github/workflows/flutter.test.yml index 16b9c3d..0db29b6 100644 --- a/.github/workflows/flutter.test.yml +++ b/.github/workflows/flutter.test.yml @@ -31,7 +31,7 @@ jobs: run: | flutter test --coverage --test-randomize-ordering-seed random - name: 'Upload coverage report' - uses: codecov/codecov-action@v6.0.2 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/ diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index d6f41ca..96a0e38 100644 --- a/.github/workflows/go.test.yml +++ b/.github/workflows/go.test.yml @@ -20,7 +20,7 @@ jobs: - name: 'Go test (with coverage)' run: go test ./... -covermode=atomic -coverprofile='coverage.out' - name: 'Upload coverage report' - uses: codecov/codecov-action@v6.0.2 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out