diff --git a/justfile b/justfile index 05bd951..6ae20e6 100644 --- a/justfile +++ b/justfile @@ -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