Skip to content

Commit

Permalink
Revert "Use codecov.io instead of coveralls"
Browse files Browse the repository at this point in the history
This reverts commit ef6d75c.
  • Loading branch information
exAspArk committed Aug 21, 2016
1 parent df52787 commit 1e1d64d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: EfFKjbwQ3wDOpMiezpvcTAQ1Q6XBUKozC
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'codecov', require: false
gem 'coveralls', require: false
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# include_module

[![Build Status](https://travis-ci.org/exAspArk/include_module.svg)](https://travis-ci.org/exAspArk/include_module)
[![codecov](https://codecov.io/gh/exAspArk/include_module/branch/master/graph/badge.svg)](https://codecov.io/gh/exAspArk/include_module)
[![Coverage Status](https://coveralls.io/repos/github/exAspArk/include_module/badge.svg)](https://coveralls.io/github/exAspArk/include_module)
[![Code Climate](https://codeclimate.com/github/exAspArk/include_module/badges/gpa.svg)](https://codeclimate.com/github/exAspArk/include_module)

There are some general problems with mixins, and a lot of people complain about
Expand Down
7 changes: 2 additions & 5 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
require "pry-byebug"

if ENV['CI']
require 'simplecov'
SimpleCov.start

require 'codecov'
SimpleCov.formatter = SimpleCov::Formatter::Codecov
require "coveralls"
Coveralls.wear!
end

0 comments on commit 1e1d64d

Please sign in to comment.