From c85fb9368c7bf2739483638bf329f82e283169ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:40:01 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action to v6.0.2 --- .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 bfa846d..ab9d863 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.1 + uses: codecov/codecov-action@v6.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/ diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index 2f0c47a..286f2b0 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.1 + uses: codecov/codecov-action@v6.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out