diff --git a/justfile b/justfile index 1495958..4441466 100644 --- a/justfile +++ b/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"