Skip to content

Commit

Permalink
removed total
Browse files Browse the repository at this point in the history
  • Loading branch information
zuki-linB committed Jul 31, 2023
1 parent bbf0b8b commit ad639a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ async function run(): Promise<void> {
},
initialAcc
)
console.log({codeCoverageNew})
console.log({codeCoverageOld})
console.log({codeCoverageOld})
delete resolvedOld.total

const currentDirectory = execSync('pwd')
.toString()
.trim()
Expand Down

0 comments on commit ad639a5

Please sign in to comment.