File: 0002-spec-helper.rb-skip-all-coverage-check-during-build.patch

package info (click to toggle)
ruby-omniauth 2.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: ruby: 2,447; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Antonio Terceiro <terceiro@debian.org>
Date: Thu, 10 Jun 2021 09:17:32 -0300
Subject: spec/helper.rb: skip all coverage check during build

This coverage check is not useful for useful for Debian as a downstream,
and requires packages that we do not yet have in the archive.

Forwarded: not-needed
---
 spec/helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/helper.rb b/spec/helper.rb
index 6583992..2c0c846 100644
--- a/spec/helper.rb
+++ b/spec/helper.rb
@@ -1,4 +1,4 @@
-if RUBY_VERSION >= '1.9'
+if false
   require 'simplecov'
   require 'coveralls'
   require 'simplecov-lcov'