You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/03/16 15:52:59 UTC

android commit: CB-10888 Enable coverage reports collection via codecov

Repository: cordova-android
Updated Branches:
  refs/heads/master a048aa94e -> 9f1aedb56


CB-10888 Enable coverage reports collection via codecov


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/9f1aedb5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/9f1aedb5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/9f1aedb5

Branch: refs/heads/master
Commit: 9f1aedb56d261b762392183a5174b80c62ec1cc9
Parents: a048aa9
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Wed Mar 16 17:42:01 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Mar 16 17:42:01 2016 +0300

----------------------------------------------------------------------
 .travis.yml | 6 +++++-
 README.md   | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/9f1aedb5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 88f8ccc..cc9df1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/9f1aedb5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6fc84bc..fec5f7d 100644
--- a/README.md
+++ b/README.md
@@ -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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org