chore(justfile): Don't directly open coverage report

This commit is contained in:
Paul Campbell 2024-05-23 07:34:10 +01:00
parent 8616225a28
commit c92e41ee56

View file

@ -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"