You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/07/12 08:52:05 UTC

[cordova-osx] branch master updated: build: report test coverage to codecov.io (#88)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-osx.git


The following commit(s) were added to refs/heads/master by this push:
     new 30afa29  build: report test coverage to codecov.io (#88)
30afa29 is described below

commit 30afa2940083a6c0b427f054df0b42805c079c00
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Jul 12 10:52:00 2019 +0200

    build: report test coverage to codecov.io (#88)
    
    * build: report test coverage to codecov.io
    
    * Update .travis.yml
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 09f5ab7..59af829 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,8 +14,12 @@ before_install:
 install:
   - npm install -g cordova@latest
   - npm install
+  - npm install -g codecov
 
 script:
   - node --version
   - npm --version
   - npm test
+
+after_script:
+  - codecov


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