vscode-koverage
vscode-koverage copied to clipboard
mutli-root workspace shows the same coverage under every folder
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?