summaryrefslogtreecommitdiff
path: root/goodgame/.nycrc
diff options
context:
space:
mode:
Diffstat (limited to 'goodgame/.nycrc')
-rw-r--r--goodgame/.nycrc26
1 files changed, 26 insertions, 0 deletions
diff --git a/goodgame/.nycrc b/goodgame/.nycrc
new file mode 100644
index 0000000..96c2915
--- /dev/null
+++ b/goodgame/.nycrc
@@ -0,0 +1,26 @@
+{
+ "exclude": [
+ "coverage/**",
+ "test/**",
+ "src/start.js",
+ "testServer.js",
+ "src/data/**",
+ "src/utils/errorHandlers.js"
+ ],
+ "check-coverage": true,
+ "per-file": true,
+ "lines": 85,
+ "functions": 99,
+ "reporter": [
+ "lcov",
+ "text-summary"
+ ],
+ "cache": true,
+ "all": true,
+ "watermarks": {
+ "lines": [80, 95],
+ "functions": [80, 95],
+ "branches": [80, 95],
+ "statements": [80, 95]
+ }
+}