No commit activity in last 3 years
No release in over 3 years
Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 2.12.2
 Project Readme

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]