Partial rollback of https://github.com/bazelbuild/bazel/commit/934c4fd4a4a96093a2cd0b08cf619bef04d0b582 to restore package

The scala_test rules reference the lcov merger as @bazel_tools//tools/test/CoverageOutputGenerator/java/com/google/devtools/coverageoutputgenerator:Main, so restore the package and add an alias to avoid breaking them.

This change can be reverted once the downstream rules are fixed.

Fixes #10425.

```
$ /tmp/bazel test --flaky_test_attempts=3 --build_tests_only --experimental_repository_cache_hardlinks --disk_cache= --sandbox_tmpfs_path=/tmp --test_env=HOME //...
INFO: Analyzed 2 targets (0 packages loaded, 0 targets configured).
INFO: Found 2 test targets...
INFO: From Building external/com_google_protobuf/libprotobuf_java.jar (122 source files, 1 source jar):
warning: -parameters is not supported for target value 1.7. Use 1.8 or later.
INFO: Elapsed time: 85.014s, Critical Path: 42.07s
INFO: 273 processes: 260 darwin-sandbox, 13 worker.
INFO: Build completed successfully, 274 total actions
//:test_test_suite_src_test_scala_hello_ConfigurationSpec.scala          PASSED in 1.9s
//:test_test_suite_src_test_scala_hello_EndpointSpec.scala               PASSED in 2.6s

INFO: Build completed successfully, 274 total actions
```
PiperOrigin-RevId: 285928101
3 files changed
tree: eed7abe4948dd1d6c822f4a3dc2eda03de3e9c26
  1. .bazelci/
  2. examples/
  3. scripts/
  4. site/
  5. src/
  6. third_party/
  7. tools/
  8. .bazelrc
  9. .gitattributes
  10. .gitignore
  11. AUTHORS
  12. BUILD
  13. CHANGELOG.md
  14. CODEOWNERS
  15. combine_distfiles.py
  16. combine_distfiles_to_tar.sh
  17. compile.sh
  18. CONTRIBUTING.md
  19. CONTRIBUTORS
  20. distdir.bzl
  21. ISSUE_TEMPLATE.md
  22. LICENSE
  23. README.md
  24. WORKSPACE
README.md

Bazel

{Fast, Correct} - Choose two

Build and test software of any size, quickly and reliably.

  • Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.

  • One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.

  • Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.

  • Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.

Getting Started

Documentation

Contributing to Bazel

See CONTRIBUTING.md

Build status