ci: fix cov workflow #8

Merged
perl_d merged 1 commits from fix/cov_wf into main 2026-07-24 11:39:01 +02:00
+3 -3
View File
@@ -24,9 +24,9 @@ jobs:
- uses: https://github.com/dtolnay/rust-toolchain@stable
- uses: https://github.com/Swatinem/rust-cache@v2
- name: Install cargo-tarpaulin
run: |
cargo install cargo-binstall
cargo binstall cargo-tarpaulin
uses: https://github.com/taiki-e/install-action@v2
with:
tool: cargo-tarpaulin
- name: Generate code coverage
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- uses: https://github.com/actions/upload-artifact@v3