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

mutli-root workspace shows the same coverage under every folder

Open GitMensch opened this issue 2 years ago • 0 comments

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?

GitMensch avatar Mar 08 '24 10:03 GitMensch