File: remove-coveralls.patch

package info (click to toggle)
ruby-file-validators 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 388 kB
  • sloc: ruby: 1,601; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 612 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
Description: Remove coveralls
 Coveralls is only used for code coverage analysis
Author: Mohammed Bilal <mdbilal@disroot.org>
Forwarded: not-needed
Last-Update: 2021-09-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -7,9 +7,9 @@
 require 'active_support/core_ext'
 require 'file_validators'
 require 'rspec'
-require 'coveralls'
+#require 'coveralls'
 
-Coveralls.wear!
+#Coveralls.wear!
 
 locale_path = Dir.glob(File.dirname(__FILE__) + '/locale/*.yml')
 I18n.load_path += locale_path unless I18n.load_path.include?(locale_path)