forked from kemitix/git-next
chore(justfile): Don't directly open coverage report
This commit is contained in:
parent
8616225a28
commit
c92e41ee56
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
@ -18,6 +18,6 @@ start-ngrok:
|
|||
ngrok http --domain=${NGROK_DOMAIN} 8080
|
||||
fi
|
||||
|
||||
coverage:
|
||||
coverage-update:
|
||||
cargo tarpaulin --lib --out html
|
||||
open tarpaulin-report.html
|
||||
echo "Now:\n\topen tarpaulin-report.html"
|
||||
|
|
Loading…
Reference in a new issue