Coverage Status is a Visual Studio Code plug-in that displays code coverage from either SimpleCov or LCOV formats in the status bar.
In order to make use of this extension you need to have code coverage data available. The extension supports SimpleCov for Ruby projects, and LCOV for all other types of projects. You may configure the location of your coverage files in Settings. The defaults are:
"coverage-status.searchPatterns": [
"coverage/.resultset.json",
"coverage/lcov*.info"
]
Please see our CHANGELOG.
Bug reports and pull requests are welcome on GitHub.
The plugin is available as open source under the terms of the MIT License.
Everyone interacting in the project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.