Skip to content

feat: add test coverage visualization support#1380

Open
vinesh178 wants to merge 6 commits into
denoland:mainfrom
vinesh178:feat/coverage-support
Open

feat: add test coverage visualization support#1380
vinesh178 wants to merge 6 commits into
denoland:mainfrom
vinesh178:feat/coverage-support

Conversation

@vinesh178

Copy link
Copy Markdown

Add coverage run profile to the VS Code extension so users can view test coverage directly in the editor.

  • Add Coverage test run profile alongside existing Run profile
  • Create coverage handler to read LCOV files from deno test --coverage
  • Wire up onDidRequestCoverage to pass LCOV data to VS Code's native coverage API for gutter-level line annotations

Add coverage run profile to the VS Code extension so users can
view test coverage directly in the editor.

- Add Coverage test run profile alongside existing Run profile
- Create coverage handler to read LCOV files from deno test --coverage
- Wire up onDidRequestCoverage to pass LCOV data to VS Code's native
  coverage API for gutter-level line annotations

Co-authored-by: Vinesh Kumar <vinesh.kmr05@gmail.com>
@CLAassistant

CLAassistant commented May 31, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants