File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ bin_has_native_dep_and_alwayslink_rust_linker_test = analysistest.make(
383383 str (Label ("//rust/settings:experimental_use_platform_abi_settings" )): True ,
384384 str (Label ("//rust/settings:platform_linux_musl" )): True ,
385385 str (Label ("//rust/settings:toolchain_linker_preference" )): "rust" ,
386+ "//command_line_option:collect_code_coverage" : False ,
386387 },
387388)
388389
@@ -413,6 +414,7 @@ cdylib_has_native_dep_and_alwayslink_rust_linker_test = analysistest.make(
413414 str (Label ("//rust/settings:experimental_use_platform_abi_settings" )): True ,
414415 str (Label ("//rust/settings:platform_linux_musl" )): True ,
415416 str (Label ("//rust/settings:toolchain_linker_preference" )): "rust" ,
417+ "//command_line_option:collect_code_coverage" : False ,
416418 },
417419)
418420
You can’t perform that action at this time.
0 commit comments