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

@@ -120,6 +120,10 @@ GEM
xpath (~> 3.2)
childprocess (3.0.0)
chronic (0.10.2)
codecov (0.1.17)
json
simplecov
url
coderay (1.1.3)
concurrent-ruby (1.1.6)
crass (1.0.6)
@@ -367,6 +371,7 @@ GEM
unicorn-worker-killer (0.4.4)
get_process_mem (~> 0)
unicorn (>= 4, < 6)
url (0.3.2)
webpacker (5.1.1)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
@@ -399,6 +404,7 @@ DEPENDENCIES
capistrano-rbenv
capistrano3-unicorn
capybara
codecov
daemons
delayed_job
delayed_job_active_record