rakuten-ws / rws-ruby-sdk

Ruby Client for Rakuten Web Service
http://webservice.rakuten.co.jp/
MIT License
99 stars 43 forks source link

Upgrade codeclimate #48

Closed satoryu closed 8 years ago

satoryu commented 8 years ago

The gem codeclimate-test-reporter has been updated to v1.0.0, which version has changes breaking its compatibility. When built our new branch on Travis, I saw the following error:

W, [2016-11-06T03:04:57.824678 #4974]  WARN -- :       This usage of the Code Climate Test Reporter is now deprecated. Since version
      1.0, we now require you to run `SimpleCov` in your test/spec helper, and then
      run the provided `codeclimate-ruby` binary separately to report your results
      to Code Climate.
      More information here: https://github.com/codeclimate/ruby-test-reporter/blob/master/README.md

This PR is to upgrade codeclimate gem.