Skip to content

Commit

Permalink
Add Coveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
ash106 committed May 3, 2016
1 parent 614c4ec commit 04d9064
Show file tree
Hide file tree
Showing 4 changed files with 25 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
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

ruby '2.2.2'

gem 'rails', '4.1.4'
gem 'sass-rails', '>= 3.2'
gem 'uglifier', '>= 1.3.0'
Expand All @@ -19,6 +21,8 @@ gem 'unicorn'
gem 'unicorn-rails'
gem 'rails_12factor', group: :production
gem 'chart-js-rails'
gem 'coveralls', require: false

group :development do
gem 'better_errors'
gem 'binding_of_caller'
Expand All @@ -27,6 +31,7 @@ group :development do
gem 'rails_layout'
gem 'pry-byebug'
end

group :development, :test do
gem 'pry-rails'
gem 'pry-rescue'
Expand Down
16 changes: 16 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ GEM
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.0)
coveralls (0.8.13)
json (~> 1.8)
simplecov (~> 0.11.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6.0)
debug_inspector (0.0.2)
devise (3.5.3)
bcrypt (~> 3.0)
Expand All @@ -62,6 +68,7 @@ GEM
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
docile (1.1.5)
erubis (2.7.0)
execjs (2.6.0)
foreman (0.78.0)
Expand Down Expand Up @@ -145,6 +152,11 @@ GEM
simple_form (3.2.1)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
simplecov (0.11.2)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slim (3.0.6)
temple (~> 0.7.3)
tilt (>= 1.3.3, < 2.1)
Expand All @@ -164,9 +176,12 @@ GEM
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
temple (0.7.6)
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.2)
tins (1.6.0)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
Expand Down Expand Up @@ -194,6 +209,7 @@ DEPENDENCIES
bootstrap-sass (~> 3.3.6)
chart-js-rails
coffee-rails (~> 4.0.0)
coveralls
devise
foreman
high_voltage
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!('rails')

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
Expand Down

0 comments on commit 04d9064

Please sign in to comment.