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

[7.2.0] Do not delay TargetCompleteEvents with coverage #22278

Closed
wants to merge 1 commit into from

Commits on May 7, 2024

  1. Do not delay TargetCompleteEvents with coverage

    Baseline coverage artifacts are now requested in `CompletionFunction` to ensure that they are built before the `TargetCompleteEvent` is generated. This makes it unnecessary to delay sending these events until after a Skymeld build has had the chance to request all coverage artifacts directly, which could only be done after the analysis & execution phase, thus delaying events until the end of the build.
    
    Fixes bazelbuild#21475
    
    Closes bazelbuild#22238.
    
    PiperOrigin-RevId: 631414420
    Change-Id: Idc77b6f5c8b5b775e6c69e35c5563f63b3bf974f
    fmeum authored and bazel-io committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bc1ee44 View commit details
    Browse the repository at this point in the history