/simplecov-html

HTML formatter for SimpleCov code coverage tool for ruby 1.9+

Primary LanguageRubyMIT LicenseMIT

Bootstrap Formatter for SimpleCov

Note: To learn more about SimpleCov check out the main repo at https://github.com/colszowka/simplecov

Generates a nice HTML report of your SimpleCov ruby code coverage results using Bootstrap.

Usage

Add the gem to your Gemfile:

gem 'simplecov-formatter-bootstrap', '~> 1.0.0'

Add the formatter after SimpleCov initializes:

SimpleCov.start
SimpleCov.formatters = [SimpleCov::Formatter::Bootstrap]