X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.nycrc.json;h=aa13b0da2cb26cdfd880e4b4b34287efb02d80f6;hb=3293f36e84d5fd2626fbb44525517e689e01401d;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,