File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ _rules = struct(
119
119
# metadata_files parameter. Introduced in commit
120
120
# https://github.com/bazelbuild/bazel/commit/ef54ef5d17a013c863c4e2fb0583e6bd209645f2.
121
121
instrumented_files_info_has_metadata_files = ge ("7.0.0-pre.20230710.5" ),
122
+ # Whether coverage_common.instrumented_files_info supports the
123
+ # baseline_coverage_files parameter. Introduced in commit
124
+ # https://github.com/bazelbuild/bazel/commit/e672aceda6fba37171bebce77c5ee62442337c23
125
+ instrumented_files_info_has_baseline_coverage_files = gt ("9.0.0-pre.20250610.2" ),
122
126
# Whether treeartifacts can have symlinks pointing outside of the tree artifact. (#21263)
123
127
permits_treeartifact_uplevel_symlinks = ge ("7.1.0" ),
124
128
# Whether rule extension APIs are available by default
You can’t perform that action at this time.
0 commit comments