From 45e4a13d539701b1c36411ce33c38d16a5299f61 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Tue, 30 Mar 2021 18:57:29 +0200 Subject: [PATCH] Exclude tests from coverage report. --- .nycrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.nycrc.json b/.nycrc.json index d458682..cb586f7 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -1,6 +1,7 @@ { "exclude": [ "*/external/*", - "*/viewer/*" + "*/viewer/*", + "test/*" ] }