Skip to content

File tree not rendering properly #44

@GreihMurray

Description

@GreihMurray

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions