-
Suggestion
-
Resolution: Won't Fix
-
None
A follow-up of CLOV-1189:
Support the coverageRecorder natively in the plugin config. It would be nice to go back to using the simpler configuration instead of the setuptask/reporttask closures. Like:
clover { coverageRecorder: 'SHARED' }
Implementation:
If coverageRecorder field is defined, then create a single profile named "default" with coverageRecorder as specified and undefined distributedCoverage.
In case clover.setuptask is specified, then settings from this closure will override clover.coverageRecorder value.