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