ruby-lsp icon indicating copy to clipboard operation
ruby-lsp copied to clipboard

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

Open vinistock opened this issue 1 year ago • 2 comments

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

vinistock avatar Mar 19 '24 18:03 vinistock

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.

dewski avatar May 21 '24 04:05 dewski

There is also an experimental Ruby API for coverage: https://rubyapi.org/o/coverage

andyw8 avatar Oct 01 '24 18:10 andyw8