Hello, I’m trying to use Kover in my project, but ...
# code-coverage
a
Hello, I’m trying to use Kover in my project, but when I use
./gradlew koverHtmlReport
runs the test for all the variants, how can I run Kover just for my tests in develop variant?
g
have you tried something like koverBuildVariantHtmlReport?
a
I’ve run the
./gradlew task
command but for Kover only this ones are listed