test: don't trace coverage by default in local machines

This commit is contained in:
Colin Darie 2024-06-01 23:07:56 +02:00
parent ed3630e621
commit 7553a5fc52
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -18,7 +18,7 @@
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
#
#
require 'simplecov' # see config in .simplecov file
require 'simplecov' if ENV["CI"] || ENV["COVERAGE"] # see config in .simplecov file
require 'rspec/retry'