Code coverage at the package level w/ sub-packages merged #265
Labels
Question
Support request issue type
S: waiting for clarification
Status: additional information required to proceed
Hello Kover team, I was wondering if there is a way to get the code coverage of a package at the root level meaning the classes included in that package and all the sub-packages included in it. Currently it gives a single list of all packages with parent packages and child packages as siblings. For eg:
Current state:
A.B
A.B.C
A.B.D
A.E
Required state:
A.B (this should contain coverage for direct classes and for packages A.B.C and A.B.D)
A.E
The text was updated successfully, but these errors were encountered: