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/11 16:29:05 UTC

[cordova-browser] branch janpio-patch-1 created (now e7de83f)

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

janpio pushed a change to branch janpio-patch-1
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git.


      at e7de83f  build: report test coverage to codecov.io

This branch includes the following new commits:

     new e7de83f  build: report test coverage to codecov.io

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-browser] 01/01: build: report test coverage to codecov.io

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e7de83f6951f4ecfb748c53e4e8df7f754ef6e87
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jul 11 18:28:58 2019 +0200

    build: report test coverage to codecov.io
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index caf4bbc..38c0fc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,3 +13,6 @@ 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