-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
In VSCode with the most recent version of Koverage the file tree for coverage is rendering each file separately, instead of using a tree structure. For example instead of
| controllers
|-----baseController.java
|
| services
|-----baseService.java
it is instead rendering as
controllers/basecontroller.java
services/baseService.java
Using Jacoco.xml as the coverage file if it helps, with a Spring Boot Maven project. Any help would be great and if any additional information is needed I can provide, just not sure what would help at this point
Also, any chance you could explain how the coverage percentage is being calculated? Koverage is showing a 13% coverage but looking at the jacoco.xml or jacoco.html file directly shows a 7% coverage
Metadata
Metadata
Assignees
Labels
No labels