elastic / logstash-devutils

An assortment of tooling/libraries to make Logstash core and plugin development and releasing a bit easier.
Apache License 2.0
18 stars 27 forks source link

Removed SimpleCov configuration to move it to the logstash repo #103

Closed pazone closed 9 months ago

pazone commented 9 months ago

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

The SimpleCov initalisation will be moved to the spec/spec_helper.rb

Relates: https://github.com/elastic/ingest-dev/issues/2408