Removed SimpleCov configuration to separate it from other settings and its configuration granular.
The SimpleCov needs to be stared before any application code is running. The rest of the settings in the spec_helper.rb didn't allow to use it before the logstash module is imported and causes a circular dependency
Removed
SimpleCov
configuration to separate it from other settings and its configuration granular. TheSimpleCov
needs to be stared before any application code is running. The rest of the settings in thespec_helper.rb
didn't allow to use it before the logstash module is imported and causes a circular dependencyThe
SimpleCov
initalisation will be moved to the spec/spec_helper.rbRelates: https://github.com/elastic/ingest-dev/issues/2408