From 8c751e69177c218ded04bb02c6761a00492b1ada Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Mon, 10 Sep 2018 05:20:13 +0100 Subject: [PATCH] Istanbul: only check packages --- .nycrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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"