CB-10888 Enable coverage reports collection via codecov

This commit is contained in:
Vladimir Kotikov
2016-03-16 17:42:01 +03:00
parent a048aa94ec
commit 9f1aedb56d
2 changed files with 6 additions and 1 deletions
+5 -1
View File
@@ -2,7 +2,11 @@ language: android
sudo: false
install:
- npm install
- npm install -g codecov
- echo y | android update sdk -u --filter android-22,android-23
script:
- npm test
- npm run jshint
- npm run cover
- npm run test-build
after_script:
- codecov