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 - linux
- osx - osx
install:
- npm install -g codecov
node_js: node_js:
- '8' - '8'
- '9' - '9'
@ -13,6 +16,7 @@ script:
- yarn lint:all - yarn lint:all
- yarn test:coverage --runInBand --no-cache - yarn test:coverage --runInBand --no-cache
- yarn test --runInBand --no-cache - yarn test --runInBand --no-cache
- codecov
cache: cache:
directories: directories: