1.6.0
coverageAggregate
aggregates raw coverage data, not coverage xml reports for modules.
There is no requirement to generate individual coverage reports for modules (coverageReport
)
before generating aggregated report (coverageAggregate
).
If only aggregated report is required, not executing coverageReport
can reduce the build time significantly.