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

Update deploy automation action to use v1 of external action #430

Open ryanluker opened 8 months ago

ryanluker commented 8 months ago

Description

The publish workflow is using deprecated / soon to be removed functionality. https://github.com/HaaLeo/publish-vscode-extension

It looks like we should be able to go from v0 to v1.

Work