Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File tree not rendering properly #44

Open
GreihMurray opened this issue Jan 5, 2024 · 0 comments
Open

File tree not rendering properly #44

GreihMurray opened this issue Jan 5, 2024 · 0 comments

Comments

@GreihMurray
Copy link

GreihMurray commented Jan 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant