Open vinistock opened 7 months ago
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
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.