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
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:This PR is to upgrade codeclimate gem.