class CodeClimate::TestReporter::Client

def host

def host
  ENV["CODECLIMATE_API_HOST"] ||
    "https://codeclimate.com"
end