X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.nycrc.json;fp=.nycrc.json;h=aa13b0da2cb26cdfd880e4b4b34287efb02d80f6;hb=a90b9c1b279773c225560aa3ae5f5f21424ec420;hp=9633f6deacb10572632159343d757ad48a9835f7;hpb=3b15b5ff792fc5d61be8337989058c297460cd99;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,