Skip to content

Commit

Permalink
Merge pull request #3959 from brandondunne/add_coveralls
Browse files Browse the repository at this point in the history
Add coveralls
  • Loading branch information
chessbyte committed Aug 20, 2015
2 parents adbbb7d + e045765 commit 2260fa4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ unless ENV['APPLIANCE']

group :development, :test do
gem "rspec-rails", "~>2.14.0"
gem "coveralls"
end
end

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[![Build Status](https://travis-ci.org/ManageIQ/manageiq.svg)](https://travis-ci.org/ManageIQ/manageiq)
[![Code Climate](http://img.shields.io/codeclimate/github/ManageIQ/manageiq.svg)](https://codeclimate.com/github/ManageIQ/manageiq)
[![Coverage Status](https://coveralls.io/repos/ManageIQ/manageiq/badge.svg)](https://coveralls.io/github/ManageIQ/manageiq)
[![Dependency Status](https://gemnasium.com/ManageIQ/manageiq.svg)](https://gemnasium.com/ManageIQ/manageiq)

ManageIQ is a Cloud Management Platform that delivers the insight, control, and
Expand Down
6 changes: 6 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,9 @@ class StubSocket

#c.debug_logger = File.open(Rails.root.join("log", "vcr_debug.log"), "w")
end

begin
require 'coveralls'
Coveralls.wear!
rescue LoadError
end

0 comments on commit 2260fa4

Please sign in to comment.