forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
StandaloneTestStrategy: add lcov_merger to tools of TestRunner spawns
The default lcov_merger (@bazel_tools//tools/test:lcov_merger) is a java_binary that requires runfiles to work. In StandaloneTestStrategy, it was added to the inputs of TestRunner spawns, but not to tools. This prevents the runfiles from being available to the action, preventing coverage to be collected during remote execution. Fixes bazelbuild#4033
- Loading branch information
Showing
3 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters