X-Git-Url: http://git.squeep.com/?p=squeep-lazy-property;a=blobdiff_plain;f=.nycrc.json;fp=.nycrc.json;h=9633f6deacb10572632159343d757ad48a9835f7;hp=0000000000000000000000000000000000000000;hb=1017c96958b07004f5dae64d0004d6104fedebd9;hpb=2a09b88daec188d1e2c49ef56dbdb9c81bd3ff28 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 +}