module SimpleCov::LastRun

def last_run_path

def last_run_path
  File.join(SimpleCov.coverage_path, '.last_run.json')
end