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

Add instructions for dotnet #357

Closed flatrick closed 2 years ago

flatrick commented 2 years ago

Written some instructions for how to get started with Coverage Gutters and dotnet (core/5+), and an example project done using the very same steps.

flatrick commented 2 years ago

@ryanluker I've provided a new commit that I think addresses all of your wishes above and added some instructions to run the tests/create the coverage data using a vscode task

ryanluker commented 2 years ago

@flatrick added the example to the root readme here https://github.com/ryanluker/vscode-coverage-gutters/commit/b0432d7099acc1d1b17ee51d14b05fe4cb30de55 it should go out into the wild (https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters) sometime this week!