Switch coverage host from coveralls -> codecov

Coveralls seems incapable of cleanly handling parallel results.
This commit is contained in:
James Mason 2018-05-15 09:21:41 -07:00 committed by Christian Bruckmayer
parent d22a6f078e
commit 806cdbe046
5 changed files with 14 additions and 23 deletions

View file

@ -250,7 +250,7 @@ group :test do
gem 'poltergeist'
gem 'rspec-rails', '~> 3.5', '>= 3.5.2'
# for measuring test coverage
gem 'coveralls', require: false
gem 'codecov', require: false
# for describing models
gem 'shoulda-matchers', require: false
# for stubing/mocking models