From f046787a0719d77170da4d9c4a33dc87fa821584 Mon Sep 17 00:00:00 2001 From: Ricardo Arturo Cabral Mejia Date: Tue, 18 Oct 2022 14:47:35 +0000 Subject: [PATCH] chore: use lcov reporter --- .nycrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.nycrc.json b/.nycrc.json index 0f65175..e00d03c 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -41,9 +41,8 @@ ], "reporter": [ "text", - "text-lcov", "text-summary", - "html" + "lcov" ], "instrument": true, "sourceMap": true