Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5
Browse files Browse the repository at this point in the history
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](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent f0835cb commit fdf49dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
pytest --cov pynetdicom --ignore=pynetdicom/apps && coverage xml
- name: Send coverage results
if: success()
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
# pytest --cov pynetdicom --ignore=pynetdicom/apps && coverage xml
# - name: Send coverage results
# if: success()
# uses: codecov/codecov-action@v4
# uses: codecov/codecov-action@v5
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -126,6 +126,6 @@ jobs:
pytest --cov pynetdicom --ignore=pynetdicom/apps
- name: Send coverage results
if: success()
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/pr-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
pytest -x --cov pynetdicom --ignore=pynetdicom/apps
- name: Send coverage results
if: ${{ success() }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

# pydicom-dev:
# # Matrix builds with development pydicom
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
# pytest -x --cov pynetdicom --ignore=pynetdicom/apps && coverage xml
# - name: Send coverage results
# if: ${{ success() }}
# uses: codecov/codecov-action@v4
# uses: codecov/codecov-action@v5

pydicom-release:
# Matrix builds with released pydicom
Expand Down Expand Up @@ -131,4 +131,4 @@ jobs:
pytest -x --cov pynetdicom --ignore=pynetdicom/apps
- name: Send coverage results
if: ${{ success() }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

0 comments on commit fdf49dd

Please sign in to comment.