feat: view test coverage in editor #18147
Labels
feat
new feature (which has been agreed to/accepted)
help wanted
community help requested
lsp
related to the language server
testing
related to deno test and coverage
Deno
It would be amazing if VSCode would display the test coverage right inside the editor.
The line coverage results are very useful when writing tests because they let me easily see which case are covered by tests and which ones are not. However, every time I add a test to cover some more code, I need to run
deno test
anddeno coverage
and then reload my browser window.I am aware that there are third-party tools that should be able to consume the LCOV output and do this, but I would prefer if it would “just work” without any additional configuration.
The text was updated successfully, but these errors were encountered: