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

`No coverage for file!` #103

Closed stoffeastrom closed 6 years ago

stoffeastrom commented 6 years ago

If I generate coverage for multiple files I get

`No coverage for file!

If I generate coverage for one file it works.

stoffeastrom commented 6 years ago

Sorry my bad, it works great!

wub commented 6 years ago

Did you do anything specific to fix this, or did it fix itself? (Getting the same issue)

stoffeastrom commented 6 years ago

@wub I don't remember what I did. I thought I used it wrong but it just disappeared.

ryanluker commented 6 years ago

@wub are you using a coverage file that is not named lcov.info? there is a extension setting that lets you set your filename to assist the system with finding the file.