File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,12 @@ jobs:
104104 dub test --arch=$ARCH --combined
105105 shell : bash
106106 - name : Upload coverage data
107- uses : codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b
107+ uses : codecov/codecov-action@v5
108+ with :
109+ fail_ci_if_error : true
110+ verbose : true
111+ env :
112+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
108113
109114 ubuntu :
110115 name : ' [ubuntu] ${{ matrix.arch }}/${{ matrix.dc }}'
@@ -149,7 +154,12 @@ jobs:
149154 dub test --arch=$ARCH --combined
150155 shell : bash
151156 - name : Upload coverage data
152- uses : codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b
157+ uses : codecov/codecov-action@v5
158+ with :
159+ fail_ci_if_error : true
160+ verbose : true
161+ env :
162+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
153163
154164 windows :
155165 name : ' [windows] x86_64/${{ matrix.dc }}'
@@ -193,6 +203,11 @@ jobs:
193203 dub test --arch=$ARCH --build=unittest-ci -c ci-test
194204 shell : bash
195205 - name : Upload coverage data
196- uses : codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b
206+ uses : codecov/codecov-action@v5
207+ with :
208+ fail_ci_if_error : true
209+ verbose : true
210+ env :
211+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
197212
198213
You can’t perform that action at this time.
0 commit comments