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

Stop listing .gcno files as outputs when using LLVM coverage map format #22132

Commits on Apr 29, 2024

  1. Stop listing .gcno files as outputs when using LLVM coverage map fo…

    …rmat
    
    When using `--experimental_use_llvm_covmap`, no `.gcno` files are output. By listing them as outputs there is a mismatch between expected and actual outputs. Bazel will create these empty files after the action is run, but they non-deterministically get counted in the Action outputs, which can lead to cache misses on subsequent runs.
    
    Signed-off-by: Brentley Jones <github@brentleyjones.com>
    brentleyjones committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    595deef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c97ef77 View commit details
    Browse the repository at this point in the history
  3. More

    brentleyjones committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fb372db View commit details
    Browse the repository at this point in the history
  4. More

    brentleyjones committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    31a9c70 View commit details
    Browse the repository at this point in the history
  5. More

    brentleyjones committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    777264a View commit details
    Browse the repository at this point in the history