Skip to content

Commit a9fe310

Browse files
committed
refactor: remove logging of report size in checkReportSize function
1 parent cbf45d4 commit a9fe310

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/report-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export function checkReportSize(
8888
)
8989
return { reportJson, isSafeToOutput: false }
9090
} else {
91-
core.info(`${outputName} size: ${reportSizeMB}MB`)
9291
return { reportJson, isSafeToOutput: true }
9392
}
9493
}

0 commit comments

Comments
 (0)