Remove SimpleCov at all.

This commit is contained in:
Josef Šimánek 2021-11-01 17:48:34 +01:00 committed by Hiroshi SHIBATA
parent 4a39167260
commit b74385e78d
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -16,16 +16,6 @@ begin
rescue Gem::LoadError
end
begin
require 'simplecov'
SimpleCov.start do
add_filter "/test/"
add_filter "/bundler/"
add_filter "/lib/rubygems/resolver/molinillo"
end
rescue LoadError
end
if File.exist?(bundler_gemspec)
require_relative '../../bundler/lib/bundler'
else