GitHub has announced that, starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true. Alternatively, create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings.
GitHub has announced that, starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the
CODEQL_ACTION_FILE_COVERAGE_ON_PRSenvironment variable totrue. Alternatively, create a custom repository property with the namegithub-codeql-file-coverage-on-prsand the type "True/false", then set this property totruein the repository's settings.