vscode-koverage icon indicating copy to clipboard operation
vscode-koverage copied to clipboard

File tree not rendering properly

Open GreihMurray opened this issue 1 year ago • 0 comments

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

GreihMurray avatar Jan 05 '24 20:01 GreihMurray