Sha256: 145e303dca71b3bbcdd1810a8015af3ee39e850d3df71e6a0b2f8c69b83f98a0

Contents?: true

Size: 968 Bytes

Versions: 4

Compression:

Stored size: 968 Bytes

Contents

= HTML formatter for SimpleCov

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

Generates a nice HTML overview of your SimpleCov coverage results.

To use, add this to your Bundler Gemfile:
  
  gem 'simplecov-html', '>= 0.1.0'
  
The html formatter will be used automatically. The HTML is put into the 'coverage' subdirectory of the
current working directory (supposedly the main dir of your project)
  
== Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

== Copyright

Copyright (c) 2010 Christoph Olszowka. See LICENSE for details.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simplecov-html-0.3.3 README.rdoc
simplecov-html-0.3.2 README.rdoc
simplecov-html-0.3.1 README.rdoc
simplecov-html-0.3.0 README.rdoc