test: don't trace coverage by default in local machines
This commit is contained in:
parent
ed3630e621
commit
7553a5fc52
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
|
# 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'
|
require 'rspec/retry'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue