#kaocha/v1
{:plugins #profile {:default [...]
:coverage [... :cloverage]}
}
ah the profile trick could be nice also for me
but for coverage for example I have it disabled and just pass --plugin cloverage
from the only CI command that generates the coverage report
yeah I think that makes more sense in this case, you want to be able to run tests quickly without coverage too
Nice I wasn't aware of this functionality. I will try it out. Thanks!