File: 0001-do-not-use-coverall.patch

package info (click to toggle)
ruby-ddplugin 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 128 kB
  • sloc: ruby: 154; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 371 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
From: =?utf-8?q?C=C3=A9dric_Boutillier?= <boutil@debian.org>
Date: Sat, 22 Apr 2017 00:07:29 +0200
Subject: do not use coverall

---
 test/helper.rb | 3 ---
 1 file changed, 3 deletions(-)

--- 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'