Hey,
I'm working on a gem to use Coverage in production environments. I noticed that SimpleCov always creates and at_exit hook. In my gem coverage will be handled on a per-request basis. For Rails coverage will be started & stopped in an around_filter.
What do you think would be a nice API for using SimpleCov without the at_exit behavior?
One possibility is a file simplecov/no_defaults.rb or similar that simply does not require defaults.rb
Hey,
I'm working on a gem to use Coverage in production environments. I noticed that SimpleCov always creates and
at_exithook. In my gem coverage will be handled on a per-request basis. For Rails coverage will be started & stopped in anaround_filter.What do you think would be a nice API for using SimpleCov without the
at_exitbehavior?One possibility is a file
simplecov/no_defaults.rbor similar that simply does not requiredefaults.rb