Skip to content

Commit fdf49dd

Browse files
Bump codecov/codecov-action from 4 to 5
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] <support@github.com>
1 parent f0835cb commit fdf49dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/merge-pytest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
pytest --cov pynetdicom --ignore=pynetdicom/apps && coverage xml
6161
- name: Send coverage results
6262
if: success()
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
env:
6565
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6666

@@ -94,7 +94,7 @@ jobs:
9494
# pytest --cov pynetdicom --ignore=pynetdicom/apps && coverage xml
9595
# - name: Send coverage results
9696
# if: success()
97-
# uses: codecov/codecov-action@v4
97+
# uses: codecov/codecov-action@v5
9898
# env:
9999
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
100100

@@ -126,6 +126,6 @@ jobs:
126126
pytest --cov pynetdicom --ignore=pynetdicom/apps
127127
- name: Send coverage results
128128
if: success()
129-
uses: codecov/codecov-action@v4
129+
uses: codecov/codecov-action@v5
130130
env:
131131
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pr-pytest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
pytest -x --cov pynetdicom --ignore=pynetdicom/apps
6767
- name: Send coverage results
6868
if: ${{ success() }}
69-
uses: codecov/codecov-action@v4
69+
uses: codecov/codecov-action@v5
7070

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

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

0 commit comments

Comments
 (0)