mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 17:39:15 +00:00
Log when file coverage info is disabled
This commit is contained in:
Generated
+5
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user