From 959dd5bbe4b4aeb9eb3b31dee9b0af511880e708 Mon Sep 17 00:00:00 2001 From: Eduardo Pinho Date: Fri, 6 Oct 2023 13:44:06 +0100 Subject: [PATCH] Tweak nyc coverage - exclude files in lib, to operate exclusively on src files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8eb1587..57a56d4 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,8 @@ ], "exclude": [ "gulpfile.js", - "test/*" + "test/*", + "lib/*" ] } }