Skip to content

Commit

Permalink
Adding Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
golmansax committed Oct 23, 2014
1 parent 99057a4 commit 3e640c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ gemspec
gem 'rake'
gem 'rspec'
gem 'rubocop'
gem 'travis-lint'
gem 'travis'
gem 'coveralls'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Gem Version](https://badge.fury.io/rb/email_repair.svg)](http://badge.fury.io/rb/email_repair)
[![Build Status](https://travis-ci.org/ChalkSchools/email-repair.svg?branch=master)](https://travis-ci.org/ChalkSchools/email-repair)
[![Coverage Status](https://img.shields.io/coveralls/ChalkSchools/email-repair.svg)](https://coveralls.io/r/ChalkSchools/email-repair?branch=master)

TODO: Write a gem description

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

require_relative '../lib/email_repair'

RSpec.configure do |config|
Expand Down

0 comments on commit 3e640c7

Please sign in to comment.