From 463daa2c8ade7df6556085a92ea6d66c8aa90c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 00:04:59 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0. - [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.3.1...v5.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 6daa2f0b..19eb122d 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@v5.3.1 + uses: codecov/codecov-action@v5.4.0 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@v5.3.1 + uses: codecov/codecov-action@v5.4.0 with: files: ./coverage-pytest.xml,./coverage-demo.xml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d0967723..32d2f399 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@v5.3.1 + uses: codecov/codecov-action@v5.4.0 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@v5.3.1 + uses: codecov/codecov-action@v5.4.0 with: files: ./coverage-pytest.xml,./coverage-demo.xml