Skip to content

Commit

Permalink
do not set codeclimate for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sufleR committed Aug 4, 2020
1 parent edef2c5 commit 8c075a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
11 changes: 3 additions & 8 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# frozen_string_literal: true

if ENV['BUILDER'] == 'travis'
require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start
else
require 'simplecov'
SimpleCov.start do
add_filter '/spec/'
end
require 'simplecov'
SimpleCov.start do
add_filter '/spec/'
end

require 'active_record'
Expand Down
1 change: 0 additions & 1 deletion sql_query.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.4'
spec.add_development_dependency 'rubocop', '<= 0.81'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'codeclimate-test-reporter'
spec.add_development_dependency 'with_model', '~> 1.2'
end

0 comments on commit 8c075a4

Please sign in to comment.