Add codecov.io

This commit is contained in:
Michael Vines
2018-08-23 08:32:44 -07:00
parent 36df1b1e5e
commit 4f396e60fe
4 changed files with 155 additions and 67 deletions

View File

@@ -10,6 +10,7 @@ script:
- for example in examples/*.js; do node $example; done
after_success:
- npm run coveralls
- npm run codecov
before_deploy:
- rm -rf deploy