class SimpleCovLcov::Configuration

def single_report_path=(new_path)

def single_report_path=(new_path)
  self.output_directory = File.dirname(new_path)
  @single_report_path = new_path
end