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.
This is only the client side. It will currently report on the coverage for your code and if the .thong.yaml is present it will submit the report.
However until I don't finish the server side its just a nice "Coverage Report".
- Document the Code
- Write RSpec .. aweful of me not to write those first :(
Add this line to your application's Gemfile:
gem 'thong'
And then execute:
$ bundle
Or install it yourself as:
$ gem install thong
in your spec_helper
add the following before requiring your application's code
require 'thong'
Thong.wear!
That's it
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request