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

Key: IDEADEV-5887
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Eugene Vigdorchik
Reporter: Dave Griffith
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Code coverage: Project-view rollups don't respect content roots

Created: 05 May 06 20:55   Updated: 06 May 06 18:29
Component/s: None
Fix Version/s: Demetra 5281

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,261
Fixed in build: 5,264


 Description  « Hide
Package-level rollup data doesn't is a rollup of all of the coverage information in that package in any content root. That's both confusing (as it looks like rolled up counts are incorrect, since the rollups depend on more than just the files shown), and useless (as it means that test-code coverage numbers pollute product-code coverage numbers).

 All   Comments   Work Log   Change History      Sort Order:
Eugene Vigdorchik - 05 May 06 22:00
This only happens now with output of multiple modules being merged into one output directory. Then the rollup is indeed merged.

Dave Griffith - 05 May 06 22:12
It also happens in the (more common) use case where a single module has both test and source paths have the same output directory. It can be worked around by giving them different output paths, but even then the rollup information will show up for the test packages (although not for the test classes).