Commit fdf49dd 1 parent f0835cb commit fdf49dd Copy full SHA for fdf49dd
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 60
60
pytest --cov pynetdicom --ignore=pynetdicom/apps && coverage xml
61
61
- name : Send coverage results
62
62
if : success()
63
- uses : codecov/codecov-action@v4
63
+ uses : codecov/codecov-action@v5
64
64
env :
65
65
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
66
66
94
94
# pytest --cov pynetdicom --ignore=pynetdicom/apps && coverage xml
95
95
# - name: Send coverage results
96
96
# if: success()
97
- # uses: codecov/codecov-action@v4
97
+ # uses: codecov/codecov-action@v5
98
98
# env:
99
99
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
100
100
@@ -126,6 +126,6 @@ jobs:
126
126
pytest --cov pynetdicom --ignore=pynetdicom/apps
127
127
- name : Send coverage results
128
128
if : success()
129
- uses : codecov/codecov-action@v4
129
+ uses : codecov/codecov-action@v5
130
130
env :
131
131
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 66
66
pytest -x --cov pynetdicom --ignore=pynetdicom/apps
67
67
- name : Send coverage results
68
68
if : ${{ success() }}
69
- uses : codecov/codecov-action@v4
69
+ uses : codecov/codecov-action@v5
70
70
71
71
# pydicom-dev:
72
72
# # Matrix builds with development pydicom
98
98
# pytest -x --cov pynetdicom --ignore=pynetdicom/apps && coverage xml
99
99
# - name: Send coverage results
100
100
# if: ${{ success() }}
101
- # uses: codecov/codecov-action@v4
101
+ # uses: codecov/codecov-action@v5
102
102
103
103
pydicom-release :
104
104
# Matrix builds with released pydicom
@@ -131,4 +131,4 @@ jobs:
131
131
pytest -x --cov pynetdicom --ignore=pynetdicom/apps
132
132
- name : Send coverage results
133
133
if : ${{ success() }}
134
- uses : codecov/codecov-action@v4
134
+ uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments