Add tests for new analysis summary feature flag

This commit is contained in:
Henry Mercer
2023-07-18 13:28:06 +01:00
parent 27d3b2f857
commit e0f0892f83
4 changed files with 110 additions and 2 deletions

2
lib/feature-flags.js generated
View File

@@ -34,7 +34,7 @@ const util = __importStar(require("./util"));
const DEFAULT_VERSION_FEATURE_FLAG_PREFIX = "default_codeql_version_";
const DEFAULT_VERSION_FEATURE_FLAG_SUFFIX = "_enabled";
/**
* MapsFeature enablement as returned by the GitHub API endpoint.
* Feature enablement as returned by the GitHub API endpoint.
*
* Each value of this enum should end with `_enabled`.
*/