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

Expose CoverageOutputGenerator on a Fragment #14997

Merged
merged 1 commit into from
Mar 8, 2022

Commits on Mar 8, 2022

  1. Expose CoverageOutputGenerator on a Fragment

    This allows Starlark rules to define _lcov_merger as a late-bound Starlark configuration_field in order not to pay the cost of building it when coverage isn't enabled.
    
    Fixes bazelbuild#8736
    Fixes bazelbuild#10642
    
    Closes bazelbuild#14724.
    
    RELNOTES: Add coverage configuration fragment, used to expose output_generator label.
    PiperOrigin-RevId: 433156089
    fmeum committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    0c3a4b6 View commit details
    Browse the repository at this point in the history