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

[6.1.0]Emit LLVM coverage for source file paths with a tmp segment #17324

Merged
merged 4 commits into from
Jan 26, 2023
Merged

[6.1.0]Emit LLVM coverage for source file paths with a tmp segment #17324

merged 4 commits into from
Jan 26, 2023

Commits on Jan 25, 2023

  1. Emit LLVM coverage for source file paths with a tmp segment

    The LLVM LCOV coverage collection logic attempted to filter out source files under `/tmp/`, but instead filtered out all source files with paths containing the substring `/tmp/`. Under macOS, where Bazel's output base lies under `/private/var/tmp`, this matched every output base absolute path.
    
    Closes #16852.
    
    PiperOrigin-RevId: 500973551
    Change-Id: I6c890f38c19eedec83cdf0ea99f021eb85f4e697
    fmeum authored and ShreeM01 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    249bf56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d66296 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    1d82dee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b762d24 View commit details
    Browse the repository at this point in the history