vanniktech/gradle-android-junit-jacoco-plugin

Disable combinedReport

S-Dutta1 opened this issue · 1 comments

On applying the plugin to my gradle script and running gradle build, the combinedReport tasks automatically run the instrumentation tests. Is there a way to disable this, so that I can later separately run the combinedReport tasks ?

Yeah just use the Gradle syntax. tasks.named("combinedReport") and then there's a disable property or something like that.