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 2018/06/17 20:34:59 UTC

[cordova-create] branch master updated: Update nyc and ignore HTML coverage reports

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-create.git


The following commit(s) were added to refs/heads/master by this push:
     new b990ac8  Update nyc and ignore HTML coverage reports
b990ac8 is described below

commit b990ac824fe6ed2d81043d3a2432ec43a1602a10
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Sun Jun 17 22:29:33 2018 +0200

    Update nyc and ignore HTML coverage reports
---
 .gitignore   | 1 +
 package.json | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index fd547b8..ffddc1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ CVS
 node_modules/*
 node_module/.bin/*
 .nyc_output/
+coverage/
diff --git a/package.json b/package.json
index db8a1b4..fb46613 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
     "eslint-plugin-promise": "^3.5.0",
     "eslint-plugin-standard": "^3.0.1",
     "jasmine": "^3.1.0",
-    "nyc": "^11.7.3",
+    "nyc": "^12.0.2",
     "rewire": "^4.0.1"
   },
   "scripts": {

-- 
To stop receiving notification emails like this one, please contact
raphinesse@apache.org.

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