Skip to content

Commit

Permalink
remove simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maas committed Mar 21, 2024
1 parent 263232b commit a234b77
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ gemspec

group :test do
gem 'minitest-ci', require: false
gem 'simplecov', '< 0.18', require: false
end
1 change: 0 additions & 1 deletion gemfiles/circuitbox_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ gem "circuitbox", "~> 1.1.1"

group :test do
gem "minitest-ci", require: false
gem "simplecov", "< 0.18", require: false
end

gemspec path: "../"
1 change: 0 additions & 1 deletion gemfiles/circuitbox_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ gem "circuitbox", "~> 2.0.0"

group :test do
gem "minitest-ci", require: false
gem "simplecov", "< 0.18", require: false
end

gemspec path: "../"
10 changes: 0 additions & 10 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# frozen_string_literal: true

# SimpleCov configuration always goes first to ensure that we are generating correct code-coverage reports.
# But we only use SimpleCov on the CI System
# if ENV.fetch('CI') { false }
# require 'simplecov'
# SimpleCov.start
# end

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require 'circuitbox'
require "simplecov"
require "dotenv/load"
require "vertex_client"
require "minitest/autorun"
Expand All @@ -18,8 +10,6 @@
require "mocha/minitest"
require 'minitest-ci' if ENV.fetch('CI') { false }

SimpleCov.start

VertexClient.configuration # make sure the client is configured

VCR.configure do |config|
Expand Down
1 change: 0 additions & 1 deletion vertex_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "mocha"
spec.add_development_dependency "rake"
spec.add_development_dependency "rails"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "vcr"
spec.add_development_dependency "webmock"
end

0 comments on commit a234b77

Please sign in to comment.