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:06 UTC

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

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