We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b82f99 commit bbf0b8bCopy full SHA for bbf0b8b
dist/index.js
@@ -2053,6 +2053,9 @@ function run() {
2053
}
2054
return acc;
2055
}, initialAcc);
2056
+ console.log({ codeCoverageNew });
2057
+ console.log({ codeCoverageOld });
2058
2059
const currentDirectory = child_process_1.execSync('pwd')
2060
.toString()
2061
.trim();
src/main.ts
@@ -47,6 +47,9 @@ async function run(): Promise<void> {
47
},
48
initialAcc
49
)
50
+ console.log({codeCoverageNew})
51
+ console.log({codeCoverageOld})
52
53
const currentDirectory = execSync('pwd')
54
55
.trim()
0 commit comments