From 27ffa8e8a1b3e5e4340c54dd61186d49235aa234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:21:00 +0000 Subject: [PATCH] chore(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_suite.yaml | 2 +- .github/workflows/warnings-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_suite.yaml b/.github/workflows/test_suite.yaml index ac5dbce..1232177 100644 --- a/.github/workflows/test_suite.yaml +++ b/.github/workflows/test_suite.yaml @@ -45,7 +45,7 @@ jobs: - name: Run Tests run: | uv run pytest --cov-report xml:./coverage.xml --durations=25 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: matrix.os == 'ubuntu-latest' && success() with: files: ./coverage.xml # optional diff --git a/.github/workflows/warnings-tests.yaml b/.github/workflows/warnings-tests.yaml index 185d419..4772cdb 100644 --- a/.github/workflows/warnings-tests.yaml +++ b/.github/workflows/warnings-tests.yaml @@ -45,7 +45,7 @@ jobs: - name: Run Tests run: | uv run pytest -Werror --cov-report xml:./coverage.xml --durations=25 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: matrix.os == 'ubuntu-latest' && success() with: file: ./coverage.xml # optional