module SimpleCov::ResultMerger

def resultset_path

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