mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 16:58:47 +00:00
Address review comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user