I am trying to exclude some methods from the report but it does not seem to work with multi-module project. It works per module, but not when running cloverAggregateReports. As far as I can see you don't include the filter when calling the writeReports() method from aggregateReportsTask task.
I am trying to exclude some methods from the report but it does not seem to work with multi-module project. It works per module, but not when running cloverAggregateReports. As far as I can see you don't include the filter when calling the writeReports() method from aggregateReportsTask task.
clover { licenseLocation = rootProject.file('clover.license')
}