Open ikitommi opened 7 years ago
currently, the :notify-command notifies on both successes and failures. In lein-test-refresh, there is :notify-on-success option, when set to true, only failures are reported.
:notify-command
lein-test-refresh
:notify-on-success
true
currently, the
:notify-command
notifies on both successes and failures. Inlein-test-refresh
, there is:notify-on-success
option, when set totrue
, only failures are reported.