-
Bug
-
Resolution: Duplicate
-
Medium
-
2.1.0
-
None
-
None
-
Eclipse V3.2, Eclipse Clover Plug-in v2.1.0, Maven-clover-plug-in V3.7. OS windows XP
I have a project for which the Clover plug in for eclipse reports a coverage of 88.7%, but the Maven-clover-plug-in reports code coverage of 81.2%.
I suspect that the variation is caused by the includes, excludes settings.
I've set the includes in the Eclipse plugin as:
src/main/java/*/.java
and the excludes as:
src/test/java/*/.java
In the maven pom file I've configured the excludes as:
<excludes>
<exclude>src/test/java/*/.java</exclude>
</excludes>
but whenever I add:
<includes>
<include>src/main/java/*/.java</include>
</includes>
The maven colver plug in reports that no sources could be found.
Thanks,
Peter Johnstone
[CLOV-194] Maven-clover-plug-in and Eclipse-Clover-plug in give different coverage results.
Workflow | Original: New Clover Workflow [ 897546 ] | New: New Clover Workflow - Restricted [ 1474277 ] |
Workflow | Original: Clover Workflow [ 895123 ] | New: New Clover Workflow [ 897546 ] |
Workflow | Original: reviewflow [ 123912 ] | New: Clover Workflow [ 895123 ] |
Fix Version/s | New: won't fix [ 38394 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Both these issues have been raised against the maven plugin