File: no-simple-code-cov.patch

package info (click to toggle)
ruby-slow-enumerator-tools 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: ruby: 542; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: do not depend on simplecov or codecov
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2018-08-20

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,11 +1,5 @@
 # frozen_string_literal: true
 
-require 'simplecov'
-SimpleCov.start
-
-require 'codecov'
-SimpleCov.formatter = SimpleCov::Formatter::Codecov
-
 require 'slow_enumerator_tools'
 
 require 'fuubar'