X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.nycrc.json;h=aa13b0da2cb26cdfd880e4b4b34287efb02d80f6;hb=56dc36a783f6e855c1a07b22b9e6aecc0456cbec;hp=9633f6deacb10572632159343d757ad48a9835f7;hpb=29837f0eeb9fcb4c53426e5bd89e9bdf7e9d961b;p=squeep-api-dingus diff --git a/.nycrc.json b/.nycrc.json index 9633f6d..aa13b0d 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -1,5 +1,9 @@ { "check-coverage": true, + "include": [ + "lib/**", + "index.js" + ], "functions": 100, "lines": 100, "per-file": true,