Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Commit

Permalink
test(coveralls): Add coverall files
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Jul 16, 2015
1 parent 6e71b93 commit 5c82e06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-ci
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ group :development do
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 0.31'
gem 'simplecov', '~> 0.10'
gem 'coveralls', '~> 0.8'
end
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
require_relative './spec_helper_simplecov.rb'
require './lib/push.rb'

if ENV['TRAVIS']
require 'coveralls'
Coveralls.wear!
end

RSpec.configure do |config|
config.filter_run(focus: true)
config.run_all_when_everything_filtered = true
Expand Down

0 comments on commit 5c82e06

Please sign in to comment.