Is there any toggle which can off the colour coding of coverage percentage ex. showing green or red for coverage. I’m facing a problem while using kaocha-cloverage plugin with kaocha where I’m getting no colours for test results.
there default options are
(def default-opts
{:output "target/coverage"
:text? false
:html? true
:emma-xml? false
:lcov? false
:codecov? false
:coveralls? false
:summary? true
:fail-threshold 0
:low-watermark 50
:high-watermark 80
:nop? false
:src-ns-path []
:ns-regex []
:ns-exclude-regex []
:exclude-call []})