Skip to content

Commit

Permalink
Flip experimental_use_coverage_metadata_files (#2830)
Browse files Browse the repository at this point in the history
Now that the min tested Bazel version is `7.3.1`
(#2812) this flag can
safely be flipped.

Relates to #2082
  • Loading branch information
UebelAndre authored Sep 3, 2024
1 parent 3601d56 commit 9569c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/settings/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bool_flag(
# reporting tools like `llvm-cov` and `llvm-profdata` as runfiles to each test.
bool_flag(
name = "experimental_use_coverage_metadata_files",
build_setting_default = False,
build_setting_default = True,
)

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

0 comments on commit 9569c9c

Please sign in to comment.