MPCLOVER-35: Always generate Clover reports even when there is no coverage data. One of the reason is that Clover generates metrics other than coverage percentage, like LOC and NCLOC which are useful in themselves.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@164270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2005-04-22 19:15:46 +00:00
parent 1cf551d437
commit a578ec3c6f
6 changed files with 129 additions and 7 deletions

View File

@@ -26,6 +26,11 @@
</properties>
<body>
<release version="1.9-SNAPSHOT" date="in SVN">
<action dev="vmassol" type="update" issue="MPCLOVER-35">
Always generate Clover reports even when there is no coverage data. One
of the reason is that Clover generates metrics other than coverage
percentage, like LOC and NCLOC which are useful in themselves.
</action>
<action dev="vmassol" type="update" issue="MPCLOVER-36">Upgraded to Clover 1.3.6</action>
<action dev="vmassol" type="add" issue="MPCLOVER-31" due-to="Olivier Jacob">
Added PDF report generation.