ci: track coverage with codecov.io instead of codeclimate.com.

Comparison:

* Codecov has a simpler integration and a better UI.
* Codeclimate tracks both linter warnings (Rubocop, ESLint) and code
  coverage, but its UI for code coverage is worse than Codecov's.
* Codeclimate doesn't support Simplecov 0.18 because Codeclimate doesn't
  support 0.18's new coverage format yet.
This commit is contained in:
evazion
2020-06-27 11:52:19 -05:00
parent da40a1cb73
commit 09dff5b929
6 changed files with 17 additions and 24 deletions

View File

@@ -86,4 +86,5 @@ group :test do
gem "mock_redis"
gem "capybara"
gem "selenium-webdriver"
gem "codecov", require: false
end