mirror of
https://github.com/github/codeql-action
synced 2026-05-29 05:00:55 +03:00
Improve log message
This commit is contained in:
Generated
+1
-1
@@ -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 */)) {
|
||||
|
||||
+2
-2
@@ -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.",
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user