From ad639a583b7a1a5484894196fe028607f42e5dd0 Mon Sep 17 00:00:00 2001 From: Zuki Sarusi Date: Mon, 31 Jul 2023 16:26:45 +0300 Subject: [PATCH] removed total --- src/main.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main.ts b/src/main.ts index 46882bf..220d0ea 100644 --- a/src/main.ts +++ b/src/main.ts @@ -47,9 +47,8 @@ async function run(): Promise { }, initialAcc ) - console.log({codeCoverageNew}) - console.log({codeCoverageOld}) - console.log({codeCoverageOld}) + delete resolvedOld.total + const currentDirectory = execSync('pwd') .toString() .trim()