any? SimpleCov::ResultMerger.merge_results(*results) else abort "No files found to report: #{results_files.inspect}" end end def process_result(result) @exit_status = SimpleCov.process_result(result, SimpleCov::ExitCodes::SUCCESS) # Force exit with stored status (see github issue #5) # ...