Skip to content
Snippets Groups Projects
Commit c5ae5f8a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

add coveralls.io

parent 45adf107
No related branches found
No related tags found
No related merge requests found
env:
- DB=mysql
- DB=postgresql
- DB=mysql TRAVIS=true
- DB=postgresql TRAVIS=true
before_install:
- sudo apt-get install libicu-dev -y
- gem install charlock_holmes -v="0.6.9"
Loading
Loading
Loading
Loading
@@ -85,4 +85,6 @@ group :development, :test do
gem 'rb-fsevent', require: darwin_only('rb-fsevent')
gem 'growl', require: darwin_only('growl')
gem 'rb-inotify', require: linux_only('rb-inotify')
gem 'coveralls', require: false
end
Loading
Loading
@@ -56,7 +56,14 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.4.0)
colorize (0.5.8)
connection_pool (1.0.0)
coveralls (0.6.2)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
thor
daemons (1.1.9)
devise (2.1.2)
bcrypt-ruby (~> 3.0)
Loading
Loading
@@ -163,6 +170,8 @@ GEM
redis (3.0.2)
redis-namespace (1.2.1)
redis (~> 3.0.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
Loading
Loading
@@ -196,6 +205,10 @@ GEM
multi_json (~> 1)
redis (~> 3)
redis-namespace
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
Loading
Loading
@@ -250,6 +263,7 @@ DEPENDENCIES
charlock_holmes
childprocess
coffee-rails (~> 3.2.1)
coveralls
devise
factory_girl_rails
ffaker
Loading
Loading
if ENV['TRAVIS']
require 'coveralls'
Coveralls.wear!
end
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment