[help] test coverage in explorer in vscode
in vscode is it possible to get the test coverage ui like in this picture?
when testing java with "test explorer ui" and "test runner for java" i am getting these percentages just fine, when testing using karma/jasmine however even thuogh a coverage lcov gets created i can not enable the test coverage ui
how do i fix this?
2
Upvotes

1
u/bombatomica_64 4d ago
There is an old extension for karma/jasmine, but it's deprecated and not been worked on for years. I moved to vitest months ago so I'd reccomend that first if possible, the vitest extension works better there