class Pronto::Rustcov

def one_message_per_file(lcov_path)

def one_message_per_file(lcov_path)
  return [] unless @patches
  lcov = parse_lcov(lcov_path)
  grouped = group_patches(@patches, lcov)
  build_messages(grouped)
end