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
459 stars 88 forks source link

Suddenly stopped working #448

Open robross0606 opened 1 month ago

robross0606 commented 1 month ago

Describe the bug This has been working fine for at least a year if not longer. Suddenly all my projects insist there is "No Coverage" even though my user config is set to analysis/**/index.html and the following file tree exists in the project: image

And the HTML contents look normal: image

Expected behaviour Coverage would continue to be detected as it has for the last year.

Desktop (please complete the following information):

ryanluker commented 2 weeks ago

@robross0606 Thanks for the ticket! Are you able to check out the extension logging and see if the extension is finding any coverage in the file paths you have specified? (these logs can be found in the output tab in the terminal and then on the right hand side there is drop down and coverage-gutters should be in there)