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
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