X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=.nycrc.json;fp=.nycrc.json;h=9633f6deacb10572632159343d757ad48a9835f7;hb=044615f53bacdc366b44941218d808c549607469;hp=0000000000000000000000000000000000000000;hpb=ce8cea8bfb4aec2505d8bd45e4e8b59636f64bf9;p=squeep-mystery-box diff --git a/.nycrc.json b/.nycrc.json new file mode 100644 index 0000000..9633f6d --- /dev/null +++ b/.nycrc.json @@ -0,0 +1,8 @@ +{ + "check-coverage": true, + "functions": 100, + "lines": 100, + "per-file": true, + "reporter": ["lcov", "text"], + "statements": 100 +}