class SimpleCov::Formatter::LcovFormatter

def single_report_path

Path for output path of single file report.
==== Return
Output path for single file report.
def single_report_path
  basename = Pathname.new(SimpleCov.root).basename.to_s
  File.join(output_directory, "#{basename}.lcov")
end