This is a core piece of software in VSCode and it should have code coverage information done during CI and present as a badge on the README. I got it to output useful coverage information by adding `nyc` as an npm script.
This is a core piece of software in VSCode and it should have code coverage information done during CI and present as a badge on the README.
I got it to output useful coverage information by adding
nycas an npm script.