summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/es-abstract/.nycrc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/es-abstract/.nycrc')
-rw-r--r--deps/npm/node_modules/es-abstract/.nycrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/npm/node_modules/es-abstract/.nycrc b/deps/npm/node_modules/es-abstract/.nycrc
new file mode 100644
index 0000000000..1b02cf1848
--- /dev/null
+++ b/deps/npm/node_modules/es-abstract/.nycrc
@@ -0,0 +1,14 @@
+{
+ "all": true,
+ "check-coverage": true,
+ "reporter": ["text-summary", "text", "html", "json"],
+ "lines": 87.03,
+ "statements": 86.87,
+ "functions": 82.43,
+ "branches": 76.06,
+ "exclude": [
+ "coverage",
+ "operations",
+ "test"
+ ]
+}