diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-22 21:03:51 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-22 21:03:51 +0200 |
| commit | 224fa8b643c04b054b11f6c12e5543783b9b3ac2 (patch) | |
| tree | 26117ca3c23b33307dd60b3a3d344e811324dc98 | |
| parent | 7f29f43fe2022671cc66502acb5e6d95eb777bc0 (diff) | |
run coverage after pull
| -rw-r--r-- | .pik/web/web.sh | 3 |
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 |
