Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
Currently if a project uses both JUnit and JCoverage reports, the unit testcases are executed twice. This has been solved by Clover with an extra property that instruments the code before the first (junit-report) run, and the uses the result to generate the report in the second (jcoverage-report) run.
See http://jira.codehaus.org/browse/MPCLOVER-18 for details.