Skip to content

Commit 37db0eb

Browse files
committed
Update codecov to v5
1 parent 5755802 commit 37db0eb

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)