Skip to content

first-try-software/vs-code-coverage-status

Repository files navigation

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.

About

Shows code coverage metrics in your VS Code status bar.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages