rename env JENKINS to COVERAGE

This commit is contained in:
Alexander Meindl
2021-05-17 16:48:10 +02:00
parent 51de72e3fb
commit eb9de1bc8e

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
if ENV['JENKINS']
if ENV['COVERAGE']
require 'simplecov'
SimpleCov.start :rails do
add_filter 'init.rb'