.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / call-bind / .nycrc
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/call-bind/.nycrc b/.config/coc/extensions/node_modules/coc-prettier/node_modules/call-bind/.nycrc
new file mode 100644 (file)
index 0000000..1826526
--- /dev/null
@@ -0,0 +1,13 @@
+{
+       "all": true,
+       "check-coverage": false,
+       "reporter": ["text-summary", "text", "html", "json"],
+       "lines": 86,
+       "statements": 85.93,
+       "functions": 82.43,
+       "branches": 76.06,
+       "exclude": [
+               "coverage",
+               "test"
+       ]
+}