Fork me on GitHub
#kaocha
<
2020-12-17
>
plexus06:12:34

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

👍 3
andrea.crotti09:12:05

ah the profile trick could be nice also for me

andrea.crotti09:12:34

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

plexus16:12:43

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

amithgeorge18:12:34

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