Skip to content

Commit bbf0b8b

Browse files
committed
added logs
1 parent 9b82f99 commit bbf0b8b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dist/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -2053,6 +2053,9 @@ function run() {
20532053
}
20542054
return acc;
20552055
}, initialAcc);
2056+
console.log({ codeCoverageNew });
2057+
console.log({ codeCoverageOld });
2058+
console.log({ codeCoverageOld });
20562059
const currentDirectory = child_process_1.execSync('pwd')
20572060
.toString()
20582061
.trim();

src/main.ts

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ async function run(): Promise<void> {
4747
},
4848
initialAcc
4949
)
50+
console.log({codeCoverageNew})
51+
console.log({codeCoverageOld})
52+
console.log({codeCoverageOld})
5053
const currentDirectory = execSync('pwd')
5154
.toString()
5255
.trim()

0 commit comments

Comments
 (0)