File: remove-simplecov.patch

package info (click to toggle)
ruby-omniauth 1.3.1-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • sloc: ruby: 1,896; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 952 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:It is useful only for upstream
Author: Rahulkrishnan R A <rahulkrishnanfs@gmail.com>
Last-Update: 2016-02-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: ruby-omniauth/spec/helper.rb
===================================================================
--- ruby-omniauth.orig/spec/helper.rb
+++ ruby-omniauth/spec/helper.rb
@@ -1,14 +1,14 @@
 if RUBY_VERSION >= '1.9'
-  require 'simplecov'
-  require 'coveralls'
+#  require 'simplecov'
+#  require 'coveralls'
 
-  SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
+#  SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
 
-  SimpleCov.start do
-    add_filter '/spec/'
-    add_filter '/vendor/'
-    minimum_coverage(92.93)
-  end
+#  SimpleCov.start do
+#    add_filter '/spec/'
+#    add_filter '/vendor/'
+#    minimum_coverage(92.93)
+#  end
 end
 
 require 'rspec'