From 74e39b918ec5b67dc964d652f2ded5af2f1b5663 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Sun, 29 Mar 2020 15:48:12 +0200 Subject: [PATCH] remove rcov format --- test/test_helper.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index d811d54..82336d9 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -4,9 +4,6 @@ if ENV['COVERAGE'] require 'simplecov' require 'simplecov-rcov' - SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter[SimpleCov::Formatter::HTMLFormatter, - SimpleCov::Formatter::RcovFormatter] - SimpleCov.start :rails do add_filter 'init.rb' root File.expand_path(File.dirname(__FILE__) + '/..')