You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The at_exit handling in simplecov/defaults.rb is getting a bit out of hand, especially so with the stuff added thanks to #151. This should probably be moved to separate methods similar the custom SimpleCov.at_exit is already handled.
The at_exit handling in
simplecov/defaults.rbis getting a bit out of hand, especially so with the stuff added thanks to #151. This should probably be moved to separate methods similar the customSimpleCov.at_exitis already handled.