From 101a917dc92b6a3d2db78f2a6186fa099d110a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:14:09 +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/docstring_tests.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/webtests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docstring_tests.yml b/.github/workflows/docstring_tests.yml index a425fc0..dc24ee5 100644 --- a/.github/workflows/docstring_tests.yml +++ b/.github/workflows/docstring_tests.yml @@ -41,6 +41,6 @@ jobs: run: poetry run pytest -m "not webtest and not slow" --doctest-modules --cov --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 06d65fc..c699a8b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -80,6 +80,6 @@ jobs: run: poetry run pytest -m "not webtest" --cov --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/webtests.yml b/.github/workflows/webtests.yml index 05ec605..5355d93 100644 --- a/.github/workflows/webtests.yml +++ b/.github/workflows/webtests.yml @@ -56,6 +56,6 @@ jobs: run: poetry run pytest -m "webtest" --cov --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}