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

To show coverage difference only based on the changed files. #453

Open SanthoshDhandapani opened 3 weeks ago

SanthoshDhandapani commented 3 weeks ago

Is your feature request related to a problem? Please describe. Like to view the coverage miss for the modified files before I push the changes to repo.

Describe the solution you'd like A clear and concise description of what you want to happen. Currently, the coverage report shows all the uncovered lines, instead I want to get only the uncovered areas on the modified files and affected lines.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.