chore(justfile): add coverage recipe
All checks were successful
Rust / build (push) Successful in 2m10s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

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