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

[#143] Add ignored path globs as a config #168

Closed Tadaboody closed 6 years ago

Tadaboody commented 6 years ago

Starting from this commit, ignored paths are able to be edited using the extension settings

Not sure how to test this though

Closes #143

ryanluker commented 6 years ago

@Tadaboody I think just having the integration tests pass for this is good enough as we dont really want to test the glob module. Thanks again for submitting a pull request!

Tadaboody commented 6 years ago

@ryanluker changes were introduced in https://github.com/ryanluker/vscode-coverage-gutters/pull/168/commits/887a9fd2e26cc263f7be8652b9d828cf04999d0f. Awaiting re-review.

ryanluker commented 6 years ago

@Tadaboody thanks for helping make the extension better!