class CodeClimate::TestReporter::PayloadValidator

def commit_sha_from_git

def commit_sha_from_git
  @payload[:git] && @payload[:git][:head]
end