File: no-simple-code-cov.patch

package info (click to toggle)
ruby-ddmetrics 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 220 kB
  • sloc: ruby: 760; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 382 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: don't use simplecov or codecov in tests
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 'ddmetrics'
 
 require 'fuubar'