Skip to content

mutli-root workspace shows the same coverage under every folder #48

@GitMensch

Description

@GitMensch

the .code-workspace I use looks like

	"folders": [
		{
			"path": "../src"
		},
		{
			"path": "../cnf",
			"name": "config- files"
		},
		{
			"path": "../sql",
			"name": "SQL"
		},

Checking the koverage view the files for "src" (lcov.info has full paths) is shown under each workspace folder (with the same percent, of course), while it should only show "src".

Ideally this works "out of the box", but as it doesn't: is there a workaround to configure the folders that are shown in the koverage view?

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