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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue