[ 
https://issues.apache.org/jira/browse/SOLR-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621353#action_12621353
 ] 

Lars Kotthoff commented on SOLR-688:
------------------------------------

Did you try
{noformat}
ant -Drun.clover=true clean-dest clover test-core test generate-clover-reports
{noformat}

I'm guessing that the clover-report task determines the "current" report as all 
data since the last invocation of clover-setup on the database, disregarding 
the coverage info from the previous run. Thus when just the contrib tests are 
run, the core+solrj coverage info from the previous run doesn't show up.

This could be fixed by either abusing the historical report feature to include 
all data, or use separate databases for core+solrj and each contrib and merge 
them with clover-merge before generating the report.

> Make clover reports include contribs
> ------------------------------------
>
>                 Key: SOLR-688
>                 URL: https://issues.apache.org/jira/browse/SOLR-688
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Hoss Man
>            Priority: Minor
>         Attachments: SOLR-688.patch
>
>
> The build scripts need to be improved so that the clover 
> instrumentation/reports include the contribs

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to