summarylogtreecommitdiffstats
path: root/disable-coveralls.patch
diff options
context:
space:
mode:
Diffstat (limited to 'disable-coveralls.patch')
-rw-r--r--disable-coveralls.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/disable-coveralls.patch b/disable-coveralls.patch
new file mode 100644
index 000000000000..ed74c8348043
--- /dev/null
+++ b/disable-coveralls.patch
@@ -0,0 +1,12 @@
+diff --git a/test/helper.rb b/test/helper.rb
+index ee4fc27..afd3b01 100644
+--- a/test/helper.rb
++++ b/test/helper.rb
+@@ -1,8 +1,5 @@
+ # frozen_string_literal: true
+
+-require 'coveralls'
+-Coveralls.wear!
+-
+ require 'minitest'
+ require 'minitest/autorun'