You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: