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

lcov_merger: workaround for Bazel 0.18.0 coverage #1767

Merged
merged 1 commit into from
Oct 15, 2018

Commits on Oct 15, 2018

  1. lcov_merger: workaround for Bazel 0.18.0 coverage

    When collecting coverage, Bazel now expects test rules to have an
    implicit "$lcov_merger" or "_lcov_merger" attribute that points to a
    binary to be run by the test driver script.
    
    This change adds a dummy _lcov_merger attribute to go_test. The script
    does nothing for now.
    
    Related bazelbuild/bazel#6293
    Jay Conrod committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    28037bd View commit details
    Browse the repository at this point in the history