chore: code coverage configuration
This commit is contained in:
parent
d4b919b557
commit
660a636ee9
2 changed files with 6 additions and 1 deletions
4
justfile
4
justfile
|
@ -7,7 +7,9 @@ build:
|
||||||
cargo clippy --no-deps --fix --allow-dirty
|
cargo clippy --no-deps --fix --allow-dirty
|
||||||
cargo machete
|
cargo machete
|
||||||
# cargo build
|
# cargo build
|
||||||
cargo tarpaulin --skip-clean --out Html
|
cargo tarpaulin --engine llvm --tests --line --skip-clean --out Html Lcov
|
||||||
|
cargo llvm-cov --html --tests
|
||||||
|
rm *.profraw
|
||||||
# cargo test
|
# cargo test
|
||||||
# cargo doc
|
# cargo doc
|
||||||
# cargo test --example get
|
# cargo test --example get
|
||||||
|
|
3
mise.toml
Normal file
3
mise.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[tools]
|
||||||
|
"cargo:cargo-llvm-cov" = "latest"
|
||||||
|
"cargo:cargo-tarpaulin" = "latest"
|
Loading…
Reference in a new issue