|
|
@ -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"))
|
|
|
|