Skip to content

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 0853e4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
service_name: travis-ci
1 change: 1 addition & 0 deletions Gemfile
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
@@ -1,3 +1,8 @@
if ENV['TRAVIS']
require 'coveralls'
Coveralls.wear!
end

require 'awesome_print'
require_relative './spec_helper_jekyll.rb'
require_relative './spec_helper_simplecov.rb'
Expand Down

0 comments on commit 0853e4c

Please sign in to comment.