Skip to content

Commit 634e59e

Browse files
committed
Mention caveat in feature JSDoc
1 parent be79547 commit 634e59e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/feature-flags.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export enum Feature {
7070
OverlayAnalysisSwift = "overlay_analysis_swift",
7171
PythonDefaultIsToNotExtractStdlib = "python_default_is_to_not_extract_stdlib",
7272
QaTelemetryEnabled = "qa_telemetry_enabled",
73+
/** Note that this currently only disables baseline file coverage information. */
7374
SkipFileCoverageOnPrs = "skip_file_coverage_on_prs",
7475
UploadOverlayDbToApi = "upload_overlay_db_to_api",
7576
UseRepositoryProperties = "use_repository_properties",

0 commit comments

Comments
 (0)