class SimpleCov::Formatter::LcovFormatter
def write_lcov_to_single_file!(files)
def write_lcov_to_single_file!(files) File.open(self.class.single_report_path, 'w') do |f| files.each { |file| f.write format_file(file) } end end
def write_lcov_to_single_file!(files) File.open(self.class.single_report_path, 'w') do |f| files.each { |file| f.write format_file(file) } end end