Switch coverage host from coveralls -> codecov
Coveralls seems incapable of cleanly handling parallel results.
This commit is contained in:
parent
d22a6f078e
commit
806cdbe046
5 changed files with 14 additions and 23 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue