From de1bc4b816a068b127c92c94f2a1c87c619595cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:28:06 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.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/v4.6.0...v5.0.7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/extensions.yml | 4 ++-- .github/workflows/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/extensions.yml b/.github/workflows/extensions.yml index e51307c8..592776f0 100644 --- a/.github/workflows/extensions.yml +++ b/.github/workflows/extensions.yml @@ -64,7 +64,7 @@ jobs: export DIRACX_EXTENSIONS=gubbins,diracx pytest --cov-report=xml:coverage.xml --junitxml=report.xml - name: Upload coverage report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 build-wheels: @@ -256,7 +256,7 @@ jobs: coverage xml -o coverage-demo.xml --data-file "${coverage_data}" - name: Upload coverage report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: files: ./coverage-pytest.xml,./coverage-demo.xml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b1a7a1b..206675d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: pip install mypy ${{ matrix.package }}[types] mypy ${{ matrix.package }}/src - name: Upload coverage report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 pytest-integration: runs-on: ubuntu-latest @@ -144,7 +144,7 @@ jobs: coverage xml -o coverage-demo.xml --data-file "${coverage_data}" - name: Upload coverage report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: files: ./coverage-pytest.xml,./coverage-demo.xml