Skip to content

Commit

Permalink
Merge branch 'release-6.1.0' into cherry-pick-6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreeM01 committed Feb 27, 2023
2 parents 2aa724e + b3a254d commit 2cfffdd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ public RuleClass build(RuleClass.Builder builder, RuleDefinitionEnvironment env)
attr("$launcher", LABEL)
.cfg(ExecutionTransitionFactory.create())
.value(env.getToolsLabel("//tools/launcher:launcher")))
.add(attr(":lcov_merger", LABEL).value(BaseRuleClasses.getCoverageOutputGeneratorLabel()))
.add(
attr(":lcov_merger", LABEL)
.cfg(ExecutionTransitionFactory.create())
.value(BaseRuleClasses.getCoverageOutputGeneratorLabel()))
// Add the script as an attribute in order for py_test to output code coverage results for
// code covered by CC binaries invocations.
.add(
Expand Down

0 comments on commit 2cfffdd

Please sign in to comment.