We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14cd37 commit 7f1556cCopy full SHA for 7f1556c
python/private/attributes.bzl
@@ -397,14 +397,14 @@ COVERAGE_ATTRS = {
397
"_collect_cc_coverage": lambda: attrb.Label(
398
default = "@bazel_tools//tools/test:collect_cc_coverage",
399
executable = True,
400
- cfg = "exec",
+ cfg = config.exec(exec_group = "test"),
401
),
402
# Magic attribute to make coverage work. There's no
403
# docs about this; see TestActionBuilder.java
404
"_lcov_merger": lambda: attrb.Label(
405
default = configuration_field(fragment = "coverage", name = "output_generator"),
406
407
408
409
}
410
0 commit comments