Integrate codecov.

This commit is contained in:
Oleksii Trekhleb 2018-04-04 07:08:32 +03:00
parent f5ae2360f2
commit 4e3a156de5

View File

@ -3,7 +3,10 @@ dist: trusty
language: node_js language: node_js
node_js: node_js:
- node - node
install:
- npm install -g codecov
script: script:
- npm run ci - npm run ci
- codecov
notifications: notifications:
email: false email: false