do not use COVERAGE, because Redmine core use it already

This commit is contained in:
Alexander Meindl
2020-03-29 18:08:23 +02:00
parent e54c4406e1
commit 731e616b7d

View File

@@ -1,6 +1,6 @@
$VERBOSE = nil
if ENV['COVERAGE']
if ENV['JENKINS']
require 'simplecov'
SimpleCov.start :rails do
add_filter 'init.rb'