gradle-cobertura-plugin icon indicating copy to clipboard operation
gradle-cobertura-plugin copied to clipboard

How to generate separated reports?

Open gnavalesi-navent opened this issue 7 years ago • 0 comments

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

gnavalesi-navent avatar Mar 22 '17 17:03 gnavalesi-navent