ci: fix cov workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user