summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-22 21:03:51 +0200
committerewy <ewy0@protonmail.com>2026-04-22 21:03:51 +0200
commit224fa8b643c04b054b11f6c12e5543783b9b3ac2 (patch)
tree26117ca3c23b33307dd60b3a3d344e811324dc98
parent7f29f43fe2022671cc66502acb5e6d95eb777bc0 (diff)
run coverage after pull
-rw-r--r--.pik/web/web.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pik/web/web.sh b/.pik/web/web.sh
index b2d0575..543142c 100644
--- a/.pik/web/web.sh
+++ b/.pik/web/web.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# gets run on server after calling `pik web update` from anywhere
set -euo pipefail
-git pull \ No newline at end of file
+git pull
+bash .pik/coverage.sh \ No newline at end of file