chore: code coverage configuration
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 2m14s
Test / build (map[name:stable]) (push) Successful in 2m6s
Release Please / Release-plz (push) Failing after 19s

This commit is contained in:
Paul Campbell 2024-12-14 11:58:09 +00:00
parent d4b919b557
commit 660a636ee9
2 changed files with 6 additions and 1 deletions

View file

@ -7,7 +7,9 @@ build:
cargo clippy --no-deps --fix --allow-dirty
cargo machete
# 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 doc
# cargo test --example get

3
mise.toml Normal file
View file

@ -0,0 +1,3 @@
[tools]
"cargo:cargo-llvm-cov" = "latest"
"cargo:cargo-tarpaulin" = "latest"