[ http://jira.codehaus.org/browse/MPCLOVER-35?page=comments#action_37967 ]
     
Eric Lapierre commented on MPCLOVER-35:
---------------------------------------

As long as the ${maven.clover.database.dir}/clover_coverage.db exists, the 
report should be generated with  the  alwaysReport="true"  flag even if the 
files${maven.clover.database.dir}/clover_coverage.dbxxxx_xxxxxxxxx are not 
there.  It works for me with clover 1.3.4.

If the ${maven.clover.database.dir}/clover_coverage.db does not exist, the 
report should not be generated. This is already the behavior of the plugin.



> projects that don't have clover data does not produce reports
> -------------------------------------------------------------
>
>          Key: MPCLOVER-35
>          URL: http://jira.codehaus.org/browse/MPCLOVER-35
>      Project: maven-clover-plugin
>         Type: Bug
>     Versions: 1.8
>     Reporter: Eric Lapierre
>     Assignee: Vincent Massol
>  Attachments: clover_patch.zip
>
>
> Some projects have java code but does not have any testcases, so the coverage 
> is 0% and the number of line is != 0.  However, because there was no coverage 
> data collected, no clover report is generated. 
> We therefore don't see the number of line of java code in the dashboard 
> report when there are no junit testcases for that project.  
> Clover provides a flag to generate the reports even though there is not 
> coverage data.
> alwaysReport="true"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to