module SimpleCov::ResultMerger

def resultset_path

The path to the resultset.yml cache file
def resultset_path
  File.join(SimpleCov.coverage_path, '.resultset.json')
end