1
0
Fork 0
diversipub/.simplecov

10 lines
155 B
Plaintext
Raw Normal View History

2023-05-09 13:58:09 +00:00
# frozen_string_literal: true
if ENV['SKIP_COVERAGE'].to_s.empty?
SimpleCov.start do
# TODO: minimum_coverage 95
add_filter '/spec/'
end
end