Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.3
-
Component/s: Code Coverage
-
Labels:None
-
Number of attachments :
Description
Currently the coverage data is split between unit and it-tests, which is OK as default. Still it would be helpful to see a merge of coverage data for seeing code which is not covered at all and see "double" executed code during tests. Would also be helpful to see diversity of unit vs. integration-tests code paths.
see also maillist-discussion
Issue Links
- depends upon
-
SONAR-1914
coverage_line_hits_data should be available in decorator
-
- relates to
-
SONAR-2392
Combining code coverage results of integration and unit tests for a module
-
Hi Manuel,
I've made an implementation to calculate Total Code Coverage, but unfortunately it doesn't work because of Sonar limitation - see
SONAR-1914. So, here is a patch for this feature, but I'll come back to it later.