From c6f6e8d8d21df6e516b61ac768f01d5812b2510d Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 19 Feb 2018 16:38:21 +0200 Subject: [PATCH] Skip scripts folder from test coverage --- .nycrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.nycrc b/.nycrc index 3a147dcb..4f049f0c 100644 --- a/.nycrc +++ b/.nycrc @@ -3,6 +3,7 @@ "exclude": [ "coverage", "public/", + "scripts/", "test/", "webpack.config.js" ],