module SimpleCov::ResultMerger

def resultset_writelock

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