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

investigate code coverage missing on complex lines of code #64

Closed ryanluker closed 7 years ago

ryanluker commented 7 years ago

Overview:

when making function calls then assigning to a variable via await async function and see that there is no coverage (ts)

Notes: