Add tests for new analysis summary feature flag
This commit is contained in:
parent
27d3b2f857
commit
e0f0892f83
4 changed files with 110 additions and 2 deletions
2
lib/feature-flags.js
generated
2
lib/feature-flags.js
generated
|
|
@ -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`.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue