Add seperate gradle tasks for creating per module coverage reports
Rolf-Smit opened this issue · 0 comments
Rolf-Smit commented
Currently only full aggregated code coverage reports can be created, it would be nice to also have the option to create per module coverage reports.
- Configure Gradle tasks to create per module code coverage reports
- Optional: allow to configure which test types should be included per module (
test
&androidTest
)