From 7d1c5ac60cfa0eb8eea11462aaa4cc9b2e79e68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:35:36 +0000 Subject: [PATCH] chore(ci): bump codecov/codecov-action from 5 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 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/v5...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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1437b05..2f3915f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Run Python Coverage run: uv run pytest --cov=python/src --cov-report=xml:python-coverage.xml - name: Upload Python Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./python-coverage.xml flags: python @@ -51,7 +51,7 @@ jobs: run: cargo tarpaulin --out Xml --output-dir target/tarpaulin - name: Upload Rust Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./target/tarpaulin/cobertura.xml flags: rust @@ -70,7 +70,7 @@ jobs: npm install npm run test -- --coverage - name: Upload TypeScript Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./typescript/coverage/clover.xml flags: typescript