Log when file coverage info is disabled

This commit is contained in:
Henry Mercer
2026-01-26 11:21:41 +00:00
parent 12c4c7d0e9
commit 1996ca9f5d
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -94015,6 +94015,11 @@ async function runQueries(sarifFolder, memoryFlag, threadsFlag, diffRangePackDir
if (qualityAnalysisSummary?.trim()) {
logger.info(qualityAnalysisSummary);
}
if (!config.enableFileCoverageInformation) {
logger.info(
"File coverage information is disabled for this PR analysis for performance reasons. It will still be enabled for analyses triggered by a push or a schedule."
);
}
if (await features.getValue("qa_telemetry_enabled" /* QaTelemetryEnabled */)) {
const perQueryAlertCounts = getPerQueryAlertCounts(sarifFile);
const perQueryAlertCountEventReport = {