stevesaliman / gradle-cobertura-plugin

Gradle Cobertura Plugin
118 stars 50 forks source link

How to generate separated reports? #131

Open gnavalesi-navent opened 7 years ago

gnavalesi-navent commented 7 years ago

We have a project that has code for two different areas, and common code to both areas. Is there a way to generate different reports for each area? For what I've seen , only one cobertura block can be defined in build.gradle, and there is no way to extend a ReportTask

Ex: AreaOneReport -> reports coverage over area.one and area.commons packages Ex: AreaTwoReport -> reports coverage over area.two and area.commons packages

Regards, Guido Navalesi