You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/10/16 19:32:17 UTC

[cordova-cli] branch master updated: chore: add codecov to display coverage in GH (#470)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1a2ee93  chore: add codecov to display coverage in GH (#470)
1a2ee93 is described below

commit 1a2ee93aa269309c4a13cbab5073d926a26c7930
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Wed Oct 16 21:32:12 2019 +0200

    chore: add codecov to display coverage in GH (#470)
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6e1447c..a219381 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,15 @@ node_js:
   - 10
   - 12
 
+install:
+  - npm install
+  - npm install -g codecov
+
 before_script:
   # Ensure that bin script actually runs on used Node.js version
   # to detect and avoid bugs such as apache/cordova-cli#339
   # (<https://github.com/apache/cordova-cli/issues/339>)
   - ./bin/cordova --version
+
+after_script:
+  - codecov


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