You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: