Thong

Because sometimes you don't want to cover it all

Thong is a tongue in cheek reference to coveralls. The purpose of thong is to provide similar capabilities to what coveralls provides for GitHub but being self hosted.

Installation

Add this line to your application's Gemfile:

gem 'thong'

And then execute:

$ bundle

Or install it yourself as:

$ gem install thong

Usage

in your spec_helper add the following before requiring your application's code

require 'thong'
Thong.wear!

That's it

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request