From c21f1cedc11f2c0426e2e2915958dec0bd6539fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:48:33 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1. - [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.0.7...v5.1.1) --- 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 592776f0..b78dc776 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.0.7 + uses: codecov/codecov-action@v5.1.1 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.0.7 + uses: codecov/codecov-action@v5.1.1 with: files: ./coverage-pytest.xml,./coverage-demo.xml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 206675d7..137da1d1 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.0.7 + uses: codecov/codecov-action@v5.1.1 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.0.7 + uses: codecov/codecov-action@v5.1.1 with: files: ./coverage-pytest.xml,./coverage-demo.xml