vscode_deno icon indicating copy to clipboard operation
vscode_deno copied to clipboard

Indicate lack of test coverage in the editor

Open jcayzac opened this issue 6 months ago • 0 comments

I wish the Deno extension could give me some visual feedback about the lines/branches that are not covered by my tests.

I can somehow approximate what I would like if I use deno coverage to generate an .lcov report, then use markis.code-coverage extension, but this isn't optimal.

My current workaround also doesn't work with the testing code lens (see #1017 for a somewhat related issue).


discord

jcayzac avatar Dec 20 '23 04:12 jcayzac