Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StandaloneTestStrategy: add lcov_merger to tools of TestRunner spawns #24406

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 20, 2024

  1. 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
    malt3 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e7ea302 View commit details
    Browse the repository at this point in the history