forked from kemitix/git-next
chore(justfile): add coverage recipe
This commit is contained in:
parent
e3205af094
commit
b7416c7434
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
@ -16,3 +16,7 @@ start-ngrok:
|
||||||
else
|
else
|
||||||
ngrok http --domain=${NGROK_DOMAIN} 8080
|
ngrok http --domain=${NGROK_DOMAIN} 8080
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
coverage:
|
||||||
|
cargo tarpaulin --lib --out html
|
||||||
|
open tarpaulin-report.html
|
||||||
|
|
Loading…
Reference in a new issue