summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/server/README b/server/README
index 4e97d2e..2fdf51d 100644
--- a/server/README
+++ b/server/README
@@ -9,3 +9,18 @@ cargo --target=x86_64-unknown-linux-musl --package eyeballs-githook build
and then:
cargo build && cargo run
+
+Collect test coverage
+=====================
+
+Setup (one time):
+cargo install grcov
+rustup component add llvm-tools-preview
+
+Then run:
+./coverage.sh
+
+
+Update sqlx in "offline mode"
+=============================
+cargo sqlx prepare -- --all-targets --all-features