Skip to content

Commit

Permalink
feat: install cargo-tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
iharvarauka committed Sep 24, 2024
1 parent 0ee883b commit 18f9343
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- name: coverage
run: cargo tarpaulin --engine llvm --follow-exec --post-test-delay 10
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --engine llvm --follow-exec --post-test-delay 10

0 comments on commit 18f9343

Please sign in to comment.