Skip to content

Commit

Permalink
add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
cookrn committed Jan 24, 2014
1 parent 1761306 commit 7be77fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in span.gemspec
gemspec

gem 'coveralls' , :require => false
gem 'pry' , :require => false
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Gem Version](https://badge.fury.io/rb/span.png)](http://badge.fury.io/rb/span)
[![Build Status](https://travis-ci.org/cookrn/span.png?branch=master)](https://travis-ci.org/cookrn/span)
[![Code Climate](https://codeclimate.com/github/cookrn/span.png)](https://codeclimate.com/github/cookrn/span)
[![Coverage Status](https://coveralls.io/repos/cookrn/span/badge.png)](https://coveralls.io/r/cookrn/span)

Calculate the differences between two dates. A few notes:

Expand Down
3 changes: 3 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

require 'rubygems'
gem 'minitest'

Expand Down

0 comments on commit 7be77fb

Please sign in to comment.