Method: SimpleCov::LastRun.last_run_path

Defined in:
lib/simplecov/last_run.rb

.last_run_pathObject



8
9
10
# File 'lib/simplecov/last_run.rb', line 8

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