Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Coverage StatusNew to Visual Studio Code? Get it now.
Coverage Status

Coverage Status

First Try! Software

|
2,295 installs
| (0) | Free
Code coverage in your status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Coverage Status

Coverage Status is a Visual Studio Code plug-in that displays code coverage from either SimpleCov or LCOV formats in the status bar.

Requirements

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"
]

Release Notes

Please see our CHANGELOG.

Contributing

Bug reports and pull requests are welcome on GitHub.

License

The plugin is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft