alexdima / vscode-lcov

MIT License
39 stars 13 forks source link

Shouldn't assume the lcov files have a .info extension #11

Open kevinlyles opened 7 years ago

kevinlyles commented 7 years ago

My code coverage setup generates files called lcovonly instead of lcov.info (and it's not easily changeable). I had to edit dataBank.js to specify **/lcov* instead of **/*.info to get things updating as the files changed, even though I had the right path in my settings.

Please allow specifying our own glob pattern for the lcov files (or make listing them individually actually work no matter what they're called).