chore(justfile): add coverage recipe

This commit is contained in:
Paul Campbell 2024-05-17 18:49:00 +01:00
parent e3205af094
commit b7416c7434

View file

@ -16,3 +16,7 @@ start-ngrok:
else
ngrok http --domain=${NGROK_DOMAIN} 8080
fi
coverage:
cargo tarpaulin --lib --out html
open tarpaulin-report.html