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 '.' #92

Closed Chcap closed 7 years ago

Chcap commented 7 years ago

lcov.info should be found when file is in path with directories starting with a dot as first character.

The solution seems to simply use the dot: true option with glob package (here).

ryanluker commented 7 years ago

Thanks for opening an issue @Chcap ! I can take a look this weekend to get your fix merged in. Then release it sometime sunday or early next week as a hotfix.

ryanluker commented 7 years ago

Release for this should be out by tomorrow am PST, thanks again!