Skip to content

Commit 9569c9c

Browse files
authored
Flip experimental_use_coverage_metadata_files (#2830)
Now that the min tested Bazel version is `7.3.1` (#2812) this flag can safely be flipped. Relates to #2082
1 parent 3601d56 commit 9569c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/settings/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ bool_flag(
8282
# reporting tools like `llvm-cov` and `llvm-profdata` as runfiles to each test.
8383
bool_flag(
8484
name = "experimental_use_coverage_metadata_files",
85-
build_setting_default = False,
85+
build_setting_default = True,
8686
)
8787

8888
# A flag to set rustc --sysroot flag to the sysroot generated by rust_toolchain

0 commit comments

Comments
 (0)