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

@ -18,8 +18,6 @@ notifications:
- "chat.freenode.net#osem"
on_success: change
on_failure: change
webhooks:
- https://coveralls.io/webhook?repo_token=DMmQ05c9XLEiHsflEFD8f9RkFDequKGVA
before_script:
- cp config/database.yml.travis config/database.yml
- cp config/secrets.yml.example config/secrets.yml
@ -31,7 +29,6 @@ env:
global:
- CI_NODE_TOTAL=4
- TEST_SUITE=rspec
- COVERALLS_PARALLEL=true
matrix:
- TEST_SUITE=linters
- CI_NODE_INDEX=0