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

Making a task which rebuilds test coverage for Node #146

Closed brandongk closed 6 years ago

brandongk commented 6 years ago

hard-coding the coverage file in the repo is non-indicative as the path is wrong (i.e. has ryanluker hard-coded).

The Python project matters less because the cov.xml file has relative paths anyways.

ryanluker commented 6 years ago

@brandongk60 closing this as we are doing away with the top score logic but replaced it with relative comparison logic.