initial commit
[squeep-lazy-property] / .nycrc.json
diff --git a/.nycrc.json b/.nycrc.json
new file mode 100644 (file)
index 0000000..9633f6d
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "check-coverage": true,
+  "functions": 100,
+  "lines": 100,
+  "per-file": true,
+  "reporter": ["lcov", "text"],
+  "statements": 100
+}