aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/hasown/.nycrc
diff options
context:
space:
mode:
Diffstat (limited to 'backend/node_modules/hasown/.nycrc')
-rw-r--r--backend/node_modules/hasown/.nycrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/backend/node_modules/hasown/.nycrc b/backend/node_modules/hasown/.nycrc
new file mode 100644
index 0000000..1826526
--- /dev/null
+++ b/backend/node_modules/hasown/.nycrc
@@ -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"
+ ]
+}