module SimpleCov

def exit_and_report_previous_error(exit_status)

Other tags:
    Api: - private
def exit_and_report_previous_error(exit_status)
  warn("Stopped processing SimpleCov as a previous error not related to SimpleCov has been detected") if print_error_status
  Kernel.exit(exit_status)
end