diff --git a/justfile b/justfile new file mode 100644 index 0000000..d298250 --- /dev/null +++ b/justfile @@ -0,0 +1,9 @@ +lint: + prek run --all-files + +test: + cargo test + +coverage: + cargo tarpaulin --target-dir target/coverage --skip-clean + xdg-open tarpaulin-report.html