Skip to content

Commit

Permalink
- Removed coveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed May 28, 2015
1 parent 49190cc commit 080f57e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,4 @@ group :test do
# for test coverage report
gem 'simplecov', require: false

# Report test coverage
gem 'coveralls', require: false
end
22 changes: 0 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.9.1)
coveralls (0.8.0)
multi_json (~> 1.10)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.9.1)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
daemons (1.1.9)
debug_inspector (0.0.2)
delayed_job (4.0.6)
Expand All @@ -123,8 +117,6 @@ GEM
thread_safe (~> 0.1)
warden (~> 1.2.3)
docile (1.1.5)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
email_prefixer (1.1.0)
rails (>= 4.0)
email_validator (1.5.0)
Expand Down Expand Up @@ -160,8 +152,6 @@ GEM
haml (~> 4.0.0)
nokogiri (~> 1.6.0)
ruby_parser (~> 3.5)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0)
inherited_resources (1.6.0)
actionpack (>= 3.2, < 5)
Expand Down Expand Up @@ -195,7 +185,6 @@ GEM
minitest (>= 5.0)
ruby-progressbar
multi_json (1.11.0)
netrc (0.10.3)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -248,10 +237,6 @@ GEM
polyamorous (~> 1.1)
responders (2.1.0)
railties (>= 4.2.0, < 5)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
ruby-progressbar (1.7.1)
ruby_parser (3.6.4)
sexp_processor (~> 4.1)
Expand Down Expand Up @@ -287,24 +272,18 @@ GEM
sprockets (~> 2.8)
sprockets-strict-mode (1.0)
sprockets
term-ansicolor (1.3.0)
tins (~> 1.0)
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
tins (1.5.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unicorn (4.8.3)
kgio (~> 2.6)
rack
Expand All @@ -326,7 +305,6 @@ DEPENDENCIES
bootstrap-sass (~> 3.3.3)
browser
carrierwave
coveralls
daemons
delayed_job_active_record
delayed_job_web (>= 1.2.10)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Circle CI](https://circleci.com/gh/bigbinary/wheel.png?style=badge)](https://circleci.com/gh/bigbinary/wheel)
[![Coverage Status](https://coveralls.io/repos/bigbinary/wheel/badge.svg)](https://coveralls.io/r/bigbinary/wheel)

#### Setup

Expand Down
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'coveralls'
Coveralls.wear!

def enable_test_coverage
require 'simplecov'
Expand Down

0 comments on commit 080f57e

Please sign in to comment.