Skip to content

Commit bf827f9

Browse files
author
Tamas Vajk
committed
Remove coverage_flags from min Bazel version CI tasks
The --instrumentation_filter=^// flag doesn't work correctly with Bazel 7.4.1 for Rust coverage collection. Remove it from the ubuntu1804 tasks so they use the default filter, which works.
1 parent 1229613 commit bf827f9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ tasks:
292292
build_targets: *default_linux_targets
293293
test_targets: *default_linux_targets
294294
coverage_targets: *default_linux_targets
295-
coverage_flags: *coverage_flags
296295
post_shell_commands: *coverage_validation_post_shell_commands
297296
ubuntu1804_with_aspects:
298297
name: "Min Bazel Version With Aspects"
@@ -303,7 +302,6 @@ tasks:
303302
test_targets: *default_linux_targets
304303
build_flags: *aspects_flags
305304
coverage_targets: *default_linux_targets
306-
coverage_flags: *coverage_flags
307305
post_shell_commands: *coverage_validation_post_shell_commands
308306
ubuntu2204_min_rust_version:
309307
name: "Min Rust Version"

0 commit comments

Comments
 (0)