From 731e616b7d541c517c3a32926fe75598ed62f321 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Sun, 29 Mar 2020 18:08:23 +0200 Subject: [PATCH] do not use COVERAGE, because Redmine core use it already --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 60250df..f90e3c5 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,6 +1,6 @@ $VERBOSE = nil -if ENV['COVERAGE'] +if ENV['JENKINS'] require 'simplecov' SimpleCov.start :rails do add_filter 'init.rb'