ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
460 stars 88 forks source link

Unable to get it working with workspace #125

Closed sondreb closed 6 years ago

sondreb commented 6 years ago

I have a workspace with multiple projects and I'm unable to get the plugin to work.

"No coverage for file!" error is shown when I attempt to run it.

It works fine if I open the individual projects, it loads the coverage and displays correctly.

Have made different attempts at setting the "coverage-gutters.lcovname" settings, with no luck.

Code version: 1.22.1 Plugin version: 1.3.1

ryanluker commented 6 years ago

@sondreb sorry to hear about your troubles with the extension. I wasnt able to reproduce this with the example projects in this repository (can you try those and see if you can not get similar results as I did below?). If you cant get the example node and python to work in a workspace please send along some more information regarding your operating system and I can take a look at testing this in the next release. example workspace

ryanluker commented 6 years ago

@sondreb closing this issue for now. As I mentioned, next release of the extension should clear up alot of these edge cases