chore: add codecov

This commit is contained in:
infeng 2018-08-16 10:39:19 +08:00
parent 4c2babffa0
commit 9887de326e

View File

@ -6,5 +6,8 @@ node_js:
- "8"
script:
- npm install codecov -g
- npm run lint
- npm run test
- npm run test
after_success:
- codecov