From 3661af8b863a2cb5c10fe53b427a8590b4f37c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 17:39:57 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' 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 60d8620..a425fc0 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@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4584014..06d65fc 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@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/webtests.yml b/.github/workflows/webtests.yml index 4846928..05ec605 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@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}