Add codecov

This commit is contained in:
alxshelepenok 2018-11-09 22:39:40 +03:00
parent 4cc45f66da
commit 621806e5c6

View File

@ -3,6 +3,9 @@ os:
- linux
- osx
install:
- npm install -g codecov
node_js:
- '8'
- '9'
@ -13,6 +16,7 @@ script:
- yarn lint:all
- yarn test:coverage --runInBand --no-cache
- yarn test --runInBand --no-cache
- codecov
cache:
directories: