Skip to content

Commit edb2a69

Browse files
authored
Add instrumented_files_info_has_baseline_coverage_files (#105)
1 parent 1a86fd6 commit edb2a69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ _rules = struct(
119119
# metadata_files parameter. Introduced in commit
120120
# https://github.com/bazelbuild/bazel/commit/ef54ef5d17a013c863c4e2fb0583e6bd209645f2.
121121
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"),
122126
# Whether treeartifacts can have symlinks pointing outside of the tree artifact. (#21263)
123127
permits_treeartifact_uplevel_symlinks = ge("7.1.0"),
124128
# Whether rule extension APIs are available by default

0 commit comments

Comments
 (0)