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

Display coverage in the minimap #257

Closed alexkreidler closed 4 years ago

alexkreidler commented 4 years ago

All built-in errors, warnings and suggestions in VSCode are displayed in the minimap.

It would be great if coverage could be as well!

ryanluker commented 4 years ago

@alexkreidler Thanks for submitting an issue! You currently can turn this on, it is just off by default. You just need to go into your settings and add set this to true.

        "coverage-gutters.showRulerCoverage": {
          "type": "boolean",
          "default": false,
          "description": "show or hide the ruler coverage"
        },
ryanluker commented 4 years ago

@alexkreidler Closing this one too but let me know if the minimap / ruler wasn't what you meant.