chore(justfile): Don't directly open coverage report
All checks were successful
Rust / build (push) Successful in 2m34s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

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"