History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BCOV-4
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Dan Grabowski
Reporter: Dan Grabowski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Bamboo Coverage Plugin

Graphs and top/bottom 5 lists show no data when using Clover

Created: 11/May/07 10:44 PM   Updated: 11/May/07 10:49 PM
Component/s: Clover Parser, Charts, Build Results Tab
Affects Version/s: 0.8
Fix Version/s: 0.9

Time Tracking:
Not Specified

Labels:


 Description  « Hide
When generating code coverage statistics from Clover, no data is displayed in the coverage charts or in the top/bottom 5 tables on the build results tab.

 All   Comments   Work Log   Change History   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Dan Grabowski - 11/May/07 10:49 PM
This was occurring, because the charts and top/bottom 5 tables were based on line coverage statistics. Each code coverage tool generates a different set of code coverage statistics. EMMA and Cobertura both include line coverage (among others), while Clover does not. It has other statistics that are similar and probably more insightful. In other words, this is not a bad thing, just different.

A change has been made so that each code coverage provider specifies a preferred statistic, and that statistic is now used to generate the charts and display other information.