We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee12341 commit f0e2ddcCopy full SHA for f0e2ddc
.github/workflows/ci.yml
@@ -207,14 +207,14 @@ jobs:
207
- uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
208
with:
209
profile: minimal
210
- toolchain: 1.74.0
+ toolchain: 1.81.0
211
override: true
212
components: rustfmt
213
- uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2
214
215
crate: cargo-tarpaulin
216
use-tool-cache: true
217
- version: 0.27.3
+ version: 0.32.3
218
- run: cargo tarpaulin --verbose --ignore-tests --all-features --timeout=600 --out xml
219
- name: Upload to codecov.io
220
run: |
0 commit comments