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

Fix bazel coverage false negative #14807

Closed

Commits on Feb 13, 2022

  1. Fix bazel coverage false negative

    Previously this short circuit meant the tests weren't actually run, and
    they would always exit 0, in the case the test rule didn't set the lcov
    related attributes.
    
    More context: bazelbuild#13978
    keith committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    f9c0562 View commit details
    Browse the repository at this point in the history