add cloverage

master
Josha von Gizycki 6 years ago
parent 84660d25fa
commit 211bbe9fbc

@ -15,4 +15,5 @@
ancient ancient
test test
eastwood eastwood
bikeshed)))) bikeshed
cloverage))))

@ -30,3 +30,6 @@
(defn eastwood [args ctx] (defn eastwood [args ctx]
(lcd-shell/bash ctx (:cwd args) "lein eastwood")) (lcd-shell/bash ctx (:cwd args) "lein eastwood"))
(defn cloverage [args ctx]
(lcd-shell/bash ctx (:cwd args) "lein cloverage --no-html"))

Loading…
Cancel
Save