Skip to content

Commit 971727e

Browse files
committed
change syntax
1 parent 0291e7b commit 971727e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function run(): Promise<void> {
3232
}
3333

3434
let commentId = null
35-
execSync(`${commandToRun} -- --changeSince=origin/develop`)
35+
execSync(`${commandToRun} -- --changedSince=origin/develop`)
3636

3737
const codeCoverageNew = <CoverageReport>(
3838
JSON.parse(fs.readFileSync('coverage-summary.json').toString())
@@ -44,6 +44,7 @@ async function run(): Promise<void> {
4444
const codeCoverageOld = <CoverageReport>(
4545
JSON.parse(fs.readFileSync('develop-coverage-summary.json').toString())
4646
)
47+
console.log(codeCoverageOld)
4748
const currentDirectory = execSync('pwd')
4849
.toString()
4950
.trim()

0 commit comments

Comments
 (0)