From 398a94337a15ba599302a0b803c333d37c4c43ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:24:19 +0000 Subject: [PATCH] Bump codecov/codecov-action from 6 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov.yml | 2 +- .github/workflows/mysql.yml | 2 +- .github/workflows/pg.yml | 2 +- .github/workflows/s2.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 07393ba..274b69f 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -24,7 +24,7 @@ jobs: run: make calculate_coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true files: ./coverage.txt diff --git a/.github/workflows/mysql.yml b/.github/workflows/mysql.yml index 8022c70..e1d0b5c 100644 --- a/.github/workflows/mysql.yml +++ b/.github/workflows/mysql.yml @@ -59,7 +59,7 @@ jobs: run: go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/muir/libschema/... ./lsmysql/... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true files: ./coverage.txt diff --git a/.github/workflows/pg.yml b/.github/workflows/pg.yml index ab797e5..bddc46f 100644 --- a/.github/workflows/pg.yml +++ b/.github/workflows/pg.yml @@ -58,7 +58,7 @@ jobs: run: go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/muir/libschema/... ./lspostgres/... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: verbose: true fail_ci_if_error: true diff --git a/.github/workflows/s2.yml b/.github/workflows/s2.yml index 8f87534..ce96e1d 100644 --- a/.github/workflows/s2.yml +++ b/.github/workflows/s2.yml @@ -57,7 +57,7 @@ jobs: run: go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/muir/libschema/... ./lsmysql/... ./lssinglestore/... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: verbose: true fail_ci_if_error: true