Improve log message

This commit is contained in:
Henry Mercer
2026-01-26 18:00:34 +00:00
parent 17cd475099
commit 9a55d5bc5f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -94017,7 +94017,7 @@ async function runQueries(sarifFolder, memoryFlag, threadsFlag, diffRangePackDir
}
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."
"To speed up pull request analysis, file coverage information is only enabled when analyzing the default branch and protected branches."
);
}
if (await features.getValue("qa_telemetry_enabled" /* QaTelemetryEnabled */)) {