You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requires:
- bazelbuild#10379 is merged
- a new remote coverage tools zip pushed
- coverage.WORKSPACE updated to the new tools
This changes the @bazel_tools//tools/test/BUILD file to fully delegate to the @remote_coverage_tools repository, which must contain rules for :lcov_merger and :coverage_report_generator.
This makes the @remote_coverage_tools reference self-contained, which allows overriding the tools using --override_repository, and allows independently replacing or fixing them.
Progress on bazelbuild#4685.
Change-Id: I321c62332f00d910f4ccfb3244d63e60627d59ad
0 commit comments