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

Fails to find lcov.info file in path with directories starting with dot #93

Closed Chcap closed 7 years ago

Chcap commented 7 years ago

Issues:

92

Info:

Hello, I simply added the dot option and check it in a test :)

ryanluker commented 7 years ago

@Chcap Thanks alot for putting this up 😄. I will check this out locally and test on windows 10 and ubuntu. Travis-CI builds seem to be failing though, I will take a peak at that as well.

ryanluker commented 7 years ago

@Chcap ahh microsoft broke the build https://github.com/Microsoft/vscode/issues/33998 I will add the package they mentioned to this PR to fix it.

ryanluker commented 7 years ago

@Chcap Looks good to me after testing it a bit... Once the CI checks pass I will merge and create a release, thanks again for taking the time to fix this 😄 !

Chcap commented 7 years ago

Thanks for the quick release ! :)