Skip to content

Commit

Permalink
CB-10888 Enable coverage reports collection via codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kotikov committed Mar 16, 2016
1 parent a048aa9 commit 9f1aedb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

[![Build status](https://ci.appveyor.com/api/projects/status/github/apache/cordova-android?branch=master)](https://ci.appveyor.com/project/Humbedooh/cordova-android)
[![Build Status](https://travis-ci.org/apache/cordova-android.svg?branch=master)](https://travis-ci.org/apache/cordova-android)
[![codecov.io](https://codecov.io/github/apache/cordova-android/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-android?branch=master)

# Cordova Android

Expand Down

0 comments on commit 9f1aedb

Please sign in to comment.