Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
This is a blocker for a full release.
The report generation should be implemented as a reportSet
The coverage measurement should remain implemented as a mojo
Not sure if the reportSet should always invoke the coverage measurement, or only invoke it if coverage results are not present.
Issue Links
- supercedes
-
MEMMA-4
[emma-maven-plugin] Allow generating reports outside the emma:emma goal
-
I feel that report generation should be conditional.
Run the coverage if any of the instrumented test classes or test resource file is more recent than coverage.em. Or if coverage.em does not exist.
I suppose converting coverage.[xml|html] should also be conditional to coverage.em's timestamp.