File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 76
76
coverage.xml
77
77
# htmlcov
78
78
# - name: codecov
79
- # uses: codecov/codecov-action@v4
79
+ # uses: codecov/codecov-action@v5
80
80
# with:
81
81
# fail_ci_if_error: true # optional (default = false)
82
82
# files: ./coverage.xml # optional
@@ -135,7 +135,7 @@ jobs:
135
135
htmlcov
136
136
coverage.xml
137
137
# - name: codecov
138
- # uses: codecov/codecov-action@v4
138
+ # uses: codecov/codecov-action@v5
139
139
# with:
140
140
# fail_ci_if_error: true # optional (default = false)
141
141
# files: ./coverage.xml # optional
@@ -230,7 +230,7 @@ jobs:
230
230
htmlcov
231
231
coverage.xml
232
232
# - name: codecov
233
- # uses: codecov/codecov-action@v4
233
+ # uses: codecov/codecov-action@v5
234
234
# with:
235
235
# fail_ci_if_error: true # optional (default = false)
236
236
# files: ./coverage.xml # optional
@@ -285,7 +285,7 @@ jobs:
285
285
htmlcov
286
286
coverage.xml
287
287
- name : codecov
288
- uses : codecov/codecov-action@v4
288
+ uses : codecov/codecov-action@v5
289
289
env :
290
290
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
291
291
with :
You can’t perform that action at this time.
0 commit comments