From 6574ef160eaa078e2f40ad983df1e13bf401a944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:06:07 +0000 Subject: [PATCH] chore(deps)(deps): 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/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b7dd75cd..cfb7c64a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: run: pnpm --filter @everydaydevopsio/ballast run test:coverage - name: Upload TypeScript coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./packages/ballast-typescript/coverage/lcov.info @@ -93,7 +93,7 @@ jobs: uv run --with coverage coverage xml -o coverage.xml - name: Upload Python coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./packages/ballast-python/coverage.xml @@ -118,7 +118,7 @@ jobs: run: go test ./... -covermode=atomic -coverprofile=coverage.out - name: Upload ballast-go coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./packages/ballast-go/coverage.out @@ -143,7 +143,7 @@ jobs: run: go test ./... -covermode=atomic -coverprofile=coverage.out - name: Upload ballast wrapper coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./cli/ballast/coverage.out