|
Clover 2.1 Documentation
|
Changes in the maven-clover-plugin version 3.605 December, 2007 Maven-clover-plugin 3.6 includes these bug fixes and enhancements. If you want the test results in the Clover report to come from the surefire test result files, instead of from Clover's own instrumentation:
<useSurefireTestResults>true</useSurefireTestResults>
This flag defaults to false - you only need to set this if Clover is not correctly determining the test results. See CLOV-90 for a case where this might happen.
|
