diff --git a/.nycrc b/.nycrc index c8676fe..1199be7 100644 --- a/.nycrc +++ b/.nycrc @@ -1,10 +1,5 @@ { - "exclude": [ - "test", - "website", - "gulpfile.js", - "**/.eslintrc.js" - ], + "include": [ "packages/**" ], "reporter": [ "text", "text-summary"