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

Replace "No Coverage" with "No coverage in this file" #454

Open Anton-4 opened 1 week ago

Anton-4 commented 1 week ago

Is your feature request related to a problem? Please describe. I was trying out this extension and I thought that something had gone wrong when I saw "No Coverage". I did not know this indicator was dependent on the file you have open. Only when randomly clicking on the right file 20 minutes later I noticed the colored gutters and the indicator had changed to "8% Coverage".

Describe the solution you'd like For the indicator in the bottom bar, replace "No Coverage" with "No coverage in this file"

Describe alternatives you've considered No alternatives come to mind.

Thanks for this lovely extension :heart: