kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
plexus 2020-12-17T06:39:34.338300Z

#kaocha/v1
{:plugins #profile {:default [...]
                    :coverage [... :cloverage]}
}

1👍
2020-12-17T09:32:05.338600Z

ah the profile trick could be nice also for me

2020-12-17T09:32:34.339400Z

but for coverage for example I have it disabled and just pass --plugin cloveragefrom the only CI command that generates the coverage report

plexus 2020-12-17T16:45:43.340200Z

yeah I think that makes more sense in this case, you want to be able to run tests quickly without coverage too

amithgeorge 2020-12-17T18:23:34.340900Z

Nice I wasn't aware of this functionality. I will try it out. Thanks!