Skip to content

Commit

Permalink
Drop coveralls gem and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 1, 2019
1 parent 6311d70 commit ad9a3b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ end

group :test do
gem "codeclimate-test-reporter", "~> 1.0"
gem "coveralls", "~>0.8", require: false
gem "json"
gem "multi_json"
gem "rspec", "< 4"
Expand Down
6 changes: 1 addition & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,14 @@
# limitations under the License.
#
require "simplecov"
require "coveralls"
require "vcr"
require "webmock/rspec"

# This module is only used to check the environment is currently a testing env
module SpecHelper
end

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
Coveralls::SimpleCov::Formatter,
SimpleCov::Formatter::HTMLFormatter
])
SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
SimpleCov.start do
add_filter "gemfiles/"
end
Expand Down

0 comments on commit ad9a3b4

Please sign in to comment.