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 8660004 commit 4f31791Copy full SHA for 4f31791
.github/workflows/ci.yml
@@ -88,7 +88,9 @@ jobs:
88
with:
89
toolchain: ${{ matrix.rust }}
90
- name: Install tarpaulin
91
- run: cargo install cargo-tarpaulin -f
+ uses: taiki-e/cache-cargo-install-action@v2
92
+ with:
93
+ tool: cargo-tarpaulin
94
- name: Generate code coverage
95
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
96
- name: Upload to codecov.io
0 commit comments