Skip to content

Commit

Permalink
chore: modified cover task in build.sh (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Feb 25, 2024
1 parent eaf17f7 commit 7b64a66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ unit() {
}

cover() {
cargo llvm-cov --html
cargo llvm-cov clean
cargo llvm-cov --html --quiet
cargo llvm-cov report
errcheck $?
}

Expand Down

0 comments on commit 7b64a66

Please sign in to comment.