Address review comments

This commit is contained in:
Henry Mercer
2026-03-09 17:32:57 +00:00
parent 6773afd159
commit 3592fe5d7a
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -403,6 +403,7 @@ async function run(startedAt: Date) {
if (
config.enableFileCoverageInformation &&
isAnalyzingPullRequest() &&
(await features.getValue(Feature.SkipFileCoverageOnPrs, codeql)) &&
repositoryPropertiesResult.orElse({})[
RepositoryPropertyName.FILE_COVERAGE_ON_PRS
] === true