use codecov instead of coveralls
This commit is contained in:
parent
572b4599f0
commit
7a461b3a53
2 changed files with 5 additions and 3 deletions
|
@ -8,4 +8,6 @@ node_js:
|
||||||
- 0.12
|
- 0.12
|
||||||
sudo: false
|
sudo: false
|
||||||
script: "make test-travis"
|
script: "make test-travis"
|
||||||
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|
after_script:
|
||||||
|
- npm install codecov
|
||||||
|
- ./node_modules/.bin/codecov
|
||||||
|
|
|
@ -112,8 +112,8 @@ $ make test
|
||||||
[npm-url]: https://www.npmjs.com/package/koa
|
[npm-url]: https://www.npmjs.com/package/koa
|
||||||
[travis-image]: https://img.shields.io/travis/koajs/koa/master.svg?style=flat-square
|
[travis-image]: https://img.shields.io/travis/koajs/koa/master.svg?style=flat-square
|
||||||
[travis-url]: https://travis-ci.org/koajs/koa
|
[travis-url]: https://travis-ci.org/koajs/koa
|
||||||
[coveralls-image]: https://img.shields.io/coveralls/koajs/koa/master.svg?style=flat-square
|
[coveralls-image]: https://codecov.io/github/koajs/koa/coverage.svg?branch=master
|
||||||
[coveralls-url]: https://coveralls.io/r/koajs/koa?branch=master
|
[coveralls-url]: https://codecov.io/github/koajs/koa?branch=master
|
||||||
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
|
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
|
||||||
[gitter-url]: https://gitter.im/koajs/koa?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
[gitter-url]: https://gitter.im/koajs/koa?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
||||||
[#koajs]: https://webchat.freenode.net/?channels=#koajs
|
[#koajs]: https://webchat.freenode.net/?channels=#koajs
|
||||||
|
|
Loading…
Reference in a new issue