class CodeClimate::TestReporter::Git

def info

def info
  {
    head:         head_from_git_or_ci,
    committed_at: committed_at_from_git_or_ci,
    branch:       branch_from_git_or_ci,
  }
end