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:28:56 UTC

[cordova-osx] 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-osx.git

commit db1877b10a1495c952eabd06a3a267f6077895df
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jul 11 18:28:51 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 09f5ab7..6755db0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,3 +19,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