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

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

Open
GitMensch opened this issue Mar 8, 2024 · 0 comments
Open

Comments

@GitMensch
Copy link

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?

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