Skip to content

Commit

Permalink
Merge pull request #342 from DIRACGrid/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5.1.1

build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1
  • Loading branch information
chrisburr authored Dec 13, 2024
2 parents fe3d58f + c21f1ce commit 8d89fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8d89fe7

Please sign in to comment.