[DRE-commits] [ruby-multi-xml] 02/03: Refreshed and updated remove-simplecov.pathc

Nitesh A Jain niteshjain-guest at moszumanska.debian.org
Fri May 30 18:06:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

niteshjain-guest pushed a commit to branch master
in repository ruby-multi-xml.

commit f0caf5e6ca9b3610479c7a30bf04ff35e3f13a50
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date:   Fri May 30 23:34:49 2014 +0530

    Refreshed and updated remove-simplecov.pathc
---
 debian/patches/remove-simplecov.pathc | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/debian/patches/remove-simplecov.pathc b/debian/patches/remove-simplecov.pathc
index 3e70a1b..111d524 100644
--- a/debian/patches/remove-simplecov.pathc
+++ b/debian/patches/remove-simplecov.pathc
@@ -6,19 +6,15 @@ Last-Update: 2013-05-27
 
 --- a/spec/helper.rb
 +++ b/spec/helper.rb
-@@ -1,9 +1,9 @@
--unless ENV['CI']
--  require 'simplecov'
--  SimpleCov.start do
--    add_filter 'spec'
--  end
--end
-+#unless ENV['CI']
-+#  require 'simplecov'
-+#  SimpleCov.start do
-+#    add_filter 'spec'
-+#  end
-+#end
+@@ -1,11 +1,5 @@
+-require 'simplecov'
+ require 'coveralls'
+ 
+-SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+-  SimpleCov::Formatter::HTMLFormatter,
+-  Coveralls::SimpleCov::Formatter
+-]
+-SimpleCov.start
  
  require 'multi_xml'
  require 'rspec'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-multi-xml.git



More information about the Pkg-ruby-extras-commits mailing list