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

Update repo to use vscode-test instead of old deprecated version #274

Closed pdfowler closed 3 years ago

pdfowler commented 4 years ago

This PR takes the first steps to implement the new vscode-test package as presented in #263. Specifically it

I'm not yet familiar enough with the workarounds you've put in place to remove them.

pdfowler commented 4 years ago

It looks like the CI Builds are failing here. All tests pass locally when run from VSCode. Taking a look at any config options that I may have overlooked in the migration

ryanluker commented 4 years ago

@pdfowler thanks for kicking this process off! I will take a look at this next time and have put it into the upcoming 2.7.0 milestone release.

ryanluker commented 3 years ago

@pdfowler I have finished the migration here https://github.com/ryanluker/vscode-coverage-gutters/pull/300 but I used your PR heavily for the final work! I am pretty sure we were close and the main issue was the missing launch args here 🤔 . https://github.com/ryanluker/vscode-coverage-gutters/pull/300/files#diff-f9fe9fdf1299e40cbf18907d23b87f17343d90195558dda211928e69161d6759R20-R21