ruby-lsp
ruby-lsp copied to clipboard
Add support for test coverage using VS Code's new API
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.
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.
There is also an experimental Ruby API for coverage: https://rubyapi.org/o/coverage