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

Check for both :lcov_merger and $lcov_merger attributes in TestActionBuilder. #8709

Closed
wants to merge 1 commit into from

Conversation

iirina
Copy link
Contributor

@iirina iirina commented Jun 24, 2019

384e1cb renamed an attribute from $lcov_merger to :lcov_merger, which is a breaking change and broke rules_go. This PR changes the test runner to check both attribute names for backwards compatibility. The next step is to introduce an incompatible flag to remove the former.

Fixes #8670

@iirina iirina requested a review from hlopko June 24, 2019 14:21
@iirina iirina changed the title Check for both :lcov_merger and attributes in TestActionBuilder. Check for both :lcov_merger and $lcov_merger attributes in TestActionBuilder. Jun 24, 2019
@iirina iirina requested review from scentini and removed request for hlopko June 24, 2019 14:27
@bazel-io bazel-io closed this in d458963 Jun 25, 2019
laurentlb pushed a commit that referenced this pull request Jun 27, 2019
…Builder.

384e1cb renamed an attribute from `$lcov_merger` to `:lcov_merger`, which is a breaking change and broke rules_go. This PR changes the test runner to check both attribute names for backwards compatibility. The next step is to introduce an incompatible flag to remove the former.

Fixes #8670

Closes #8709.

PiperOrigin-RevId: 254915099
siberex pushed a commit to siberex/bazel that referenced this pull request Jul 4, 2019
…Builder.

384e1cb renamed an attribute from `$lcov_merger` to `:lcov_merger`, which is a breaking change and broke rules_go. This PR changes the test runner to check both attribute names for backwards compatibility. The next step is to introduce an incompatible flag to remove the former.

Fixes bazelbuild#8670

Closes bazelbuild#8709.

PiperOrigin-RevId: 254915099
laurentlb pushed a commit that referenced this pull request Jul 8, 2019
…Builder.

384e1cb renamed an attribute from `$lcov_merger` to `:lcov_merger`, which is a breaking change and broke rules_go. This PR changes the test runner to check both attribute names for backwards compatibility. The next step is to introduce an incompatible flag to remove the former.

Fixes #8670

Closes #8709.

PiperOrigin-RevId: 254915099
irengrig pushed a commit to irengrig/bazel that referenced this pull request Jul 15, 2019
…Builder.

384e1cb renamed an attribute from `$lcov_merger` to `:lcov_merger`, which is a breaking change and broke rules_go. This PR changes the test runner to check both attribute names for backwards compatibility. The next step is to introduce an incompatible flag to remove the former.

Fixes bazelbuild#8670

Closes bazelbuild#8709.

PiperOrigin-RevId: 254915099
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rules_go coverage tests broken with 0.27.0
3 participants