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
+2 -2
View File
@@ -503,8 +503,8 @@ export async function runQueries(
}
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.",
);
}