class CodeClimate::TestReporter::Git

def committed_at_from_ci

def committed_at_from_ci
  if (value = Ci.service_data[:committed_at])
    value.to_i
  end
end