Skip to content

Commit 9a55d5b

Browse files
committed
Improve log message
1 parent 17cd475 commit 9a55d5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/analyze-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ export async function runQueries(
503503
}
504504
if (!config.enableFileCoverageInformation) {
505505
logger.info(
506-
"File coverage information is disabled for this PR analysis for performance reasons. " +
507-
"It will still be enabled for analyses triggered by a push or a schedule.",
506+
"To speed up pull request analysis, file coverage information is only enabled when analyzing " +
507+
"the default branch and protected branches.",
508508
);
509509
}
510510

0 commit comments

Comments
 (0)