You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to run the build on TravisCI, the logs show this error:
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-test-reporter` binary separately to report your
results to Code Climate.
More information here:
https://github.com/codeclimate/ruby-test-reporter/blob/master/README.md
Looks like there are some steps to follow to get Code Climate working again.
The text was updated successfully, but these errors were encountered:
**What**
- Fixes rubocop failures using default rules with the exception of one
case
- Removes CodeClimate from the code because its implementation was
deprecated on TravisCI. I opened an issue to look into this:
#7
- Added the latest stable ruby version (that RVM has to offer) to run on
TravisCI
- Did the minimum necessary to mock out the repo linter functionality so
that the existing tests will pass. I will make a follow-up eventually
to write tests for the repo linter.
- Fixed some small things in the existing tests to get them to pass
- Added test coverage to the `Runner` spec.
**What**
- Fixes rubocop failures using default rules with the exception of one
case
- Removes CodeClimate from the code because its implementation was
deprecated on TravisCI. I opened an issue to look into this:
#7
- Added the latest stable ruby version (that RVM has to offer) to run on
TravisCI
- Did the minimum necessary to mock out the repo linter functionality so
that the existing tests will pass. I will make a follow-up eventually
to write tests for the repo linter.
- Fixed some small things in the existing tests to get them to pass
- Added test coverage to the `Runner` spec.
When you try to run the build on TravisCI, the logs show this error:
Looks like there are some steps to follow to get Code Climate working again.
The text was updated successfully, but these errors were encountered: