From 8aa6f9c500b6e5f1b6fd08fd3f4c5bb08c5aecfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Wed, 19 Apr 2017 01:19:11 -0400 Subject: [PATCH] Exclude Webpack config from coverage report --- .nycrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.nycrc b/.nycrc index ae33aa14..99b69780 100644 --- a/.nycrc +++ b/.nycrc @@ -3,7 +3,8 @@ "exclude": [ "client/js/bundle.js", "client/js/bundle.vendor.js", - "test/" + "test/", + "webpack.config.js" ], "reporter": [ "lcov",