vanniktech / gradle-android-junit-jacoco-plugin

Gradle plugin that generates JaCoCo reports from an Android Gradle Project
http://vanniktech.com
Apache License 2.0
400 stars 76 forks source link

jacocoTestReportMerged is not generated in my app which has product flavor #182

Closed gkaradagan closed 3 years ago

gkaradagan commented 4 years ago

Hi, I just want to get report of all my feature modules. And my modules haven't aware of flavor. Flavor is exist in only app. So i run jacocoTestReportDebug and it generates all reports separately but i want to combine all of them. But my issue is jacocoTestReportMerged not generated.

./gradlew jacocoTestReportDebug jacocoTestReportMerged

vanniktech commented 3 years ago

As far as I can recall, I've never really supported flavors here.