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 82810ac commit 9b1885dCopy full SHA for 9b1885d
.github/workflows/ci.yml
@@ -205,11 +205,7 @@ jobs:
205
toolchain: 1.81.0
206
override: true
207
components: rustfmt
208
- - uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2
209
- with:
210
- crate: cargo-tarpaulin
211
- use-tool-cache: true
212
- version: 0.32.3
+ - run: cargo install --locked --version 0.32.3 cargo-tarpaulin
213
- run: cargo tarpaulin --verbose --ignore-tests --all-features --timeout=600 --out xml
214
- name: Upload to codecov.io
215
run: |
0 commit comments