Codecov support

This commit is contained in:
ziajka 2018-03-12 13:43:03 +01:00
parent fd5a5c2079
commit 5ca570e593

View File

@ -40,8 +40,12 @@ before_script:
- yarn - yarn
# greenkeeper-lockfile support # greenkeeper-lockfile support
- greenkeeper-lockfile-update - greenkeeper-lockfile-update
- npm install -g codecov
script: yarn ng test --watch=false script: yarn ng test --watch=false --code-coverage
after_success:
- codecov
after_script: after_script:
# greenkeeper-lockfile support # greenkeeper-lockfile support