module SimpleCov::ResultMerger::ResultsetStore

def resultset_path

def resultset_path
  File.join(SimpleCov.coverage_path, ".resultset.json")
end