Skip to content

Commit f0e2ddc

Browse files
committed
ci: update cargo-tarpaulin
1 parent ee12341 commit f0e2ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ jobs:
207207
- uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
208208
with:
209209
profile: minimal
210-
toolchain: 1.74.0
210+
toolchain: 1.81.0
211211
override: true
212212
components: rustfmt
213213
- uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2
214214
with:
215215
crate: cargo-tarpaulin
216216
use-tool-cache: true
217-
version: 0.27.3
217+
version: 0.32.3
218218
- run: cargo tarpaulin --verbose --ignore-tests --all-features --timeout=600 --out xml
219219
- name: Upload to codecov.io
220220
run: |

0 commit comments

Comments
 (0)