From 7ab7993c093dd8d45aa5e3795e176ad0b601197d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 02:43:45 +0000 Subject: [PATCH] ci(deps): bump codecov/codecov-action from 3 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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/v3...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/ci.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 036dc6b..a4fdb34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: npm run test:coverage - name: Upload frontend coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v7 with: file: ./services/ui-react/coverage/coverage-summary.json flags: frontend diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ada847f..1e7d61a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -165,7 +165,7 @@ jobs: python -m pytest tests/ -m "goals" -v --cov=. --cov-append --cov-report=xml --cov-report=term-missing || [ $? -eq 5 ] - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v7 with: file: services/orchestrator/coverage.xml flags: backend @@ -317,7 +317,7 @@ jobs: run: npm run test:coverage - name: Upload frontend coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v7 with: file: services/ui-react/coverage/coverage-summary.json flags: frontend