Disable COVERAGE as default

This commit is contained in:
Alexander Meindl
2020-03-25 20:10:17 +01:00
parent ba82f825bf
commit c3ffdff7d3

View File

@@ -1,6 +1,6 @@
$VERBOSE = nil
unless ENV['SKIP_COVERAGE']
if ENV['COVERAGE']
require 'simplecov'
require 'simplecov-rcov'