Hi, kover is being used in my android project, I c...
# code-coverage
e
Hi, kover is being used in my android project, I can run it on module1 like
./gradlew :dir1:module1:koverHtmlReport
. Is it possible to run it on all modules in
dir1
and get total coverage for modules in
dir1
? So I want something like
./gradlew :dir1:koverHtmlReport