build: run llvm-cov
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 2m20s
Test / build (map[name:stable]) (push) Successful in 2m9s
Release Please / Release-plz (push) Successful in 35s

This commit is contained in:
Paul Campbell 2025-01-10 18:03:06 +00:00
parent 2c93e13230
commit 48713e4e60

View file

@ -8,8 +8,10 @@ build:
# cargo machete
# cargo build
cargo tarpaulin --engine llvm --tests --line --skip-clean --out Html Lcov
# cargo llvm-cov --html --tests
# rm *.profraw
cargo llvm-cov --html --tests
if test -f *.profraw ; then
for RAW in *.profraw ; do rm $RAW ; done
fi
# cargo test
# cargo doc
# cargo test --example get