Skip to content

Commit 4526f80

Browse files
committed
style: format coverage-changed run.ts
1 parent a372acf commit 4526f80

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

  • scripts/coverage-changed

scripts/coverage-changed/run.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,7 @@ export function run(argv: readonly string[], cwd?: string): number {
7777

7878
const diff = runCmdSync(
7979
'git',
80-
[
81-
'diff',
82-
'--unified=0',
83-
'--no-color',
84-
`--find-renames=${RENAME_SIMILARITY}`,
85-
`${base}...HEAD`,
86-
],
80+
['diff', '--unified=0', '--no-color', `--find-renames=${RENAME_SIMILARITY}`, `${base}...HEAD`],
8781
{ cwd: root, maxBuffer: GIT_DIFF_MAX_BUFFER_BYTES },
8882
).stdout;
8983
const result = computeChangedCoverage({

0 commit comments

Comments
 (0)