From 78b83353b2ff6e321114c44341141a77f4d527df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:57:33 +0100 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#180) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test_providers.yml | 2 +- .github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_providers.yml b/.github/workflows/test_providers.yml index b7fcb93..d089351 100644 --- a/.github/workflows/test_providers.yml +++ b/.github/workflows/test_providers.yml @@ -45,4 +45,4 @@ jobs: - name: test providers - bash run: pytest -v . -m request --cov=xyzservices --cov-append --cov-report term-missing --cov-report xml --color=yes -n auto - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 30df814..aa42d48 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -45,4 +45,4 @@ jobs: pytest -v . -m "not request" --cov=xyzservices --cov-append --cov-report term-missing --cov-report xml --color=yes if: matrix.os != 'windows-latest' - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5