From: Daniel Leidert <dleidert@debian.org>
Date: Sat, 25 Apr 2020 03:26:52 +0200
Subject: Drop custom profile simplecov

This custom profile somehow interfers with the tests and leads to errors.
Worse the errors are not shown. So drop it.

Forwarded: not-needed
---
 test/helper.rb | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/test/helper.rb b/test/helper.rb
index d54aace..621a1cc 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -14,13 +14,6 @@ end
 if ENV["CI"]
   require "simplecov"
   SimpleCov.start
-else
-  require File.expand_path("simplecov_custom_profile", __dir__)
-  SimpleCov.start "gem" do
-    add_filter "/vendor/gem"
-    add_filter "/vendor/bundle"
-    add_filter ".bundle"
-  end
 end
 
 require "nokogiri"
