Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for test coverage using VS Code's new API #1800

Open
vinistock opened this issue Mar 19, 2024 · 1 comment
Open

Add support for test coverage using VS Code's new API #1800

vinistock opened this issue Mar 19, 2024 · 1 comment
Labels
enhancement New feature or request pinned This issue or pull request is pinned and won't be marked as stale

Comments

@vinistock
Copy link
Member

VS Code is looking to stabilize their new test coverage API in the March release microsoft/vscode#123713. We can use the new API to provide test coverage for Ruby projects.

@vinistock vinistock added enhancement New feature or request pinned This issue or pull request is pinned and won't be marked as stale labels Mar 19, 2024
@dewski
Copy link

dewski commented May 21, 2024

I worked on an implementation parsing SimpleCov reports over in dewski/vscode-simplecov that parses SimpleCov's optional branch coverage reporting if anyone would like to reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned This issue or pull request is pinned and won't be marked as stale
Projects
None yet
Development

No branches or pull requests

2 participants