[roll] Roll fuchsia [bazel][coverage] Fix coverage variant plumbing

Only plumbs clang coverage for now, since Rust toolchain is not
configured to run coverage in Bazel yet.

Also note it is important to distinguish between clang and Rust
coverage, because they use different versions of LLVM, thus different
versions of coverage profile formats. Different profile formats will
cause the coverage pipeline to fail at the merging stage. When we
introduce Rust coverage in Bazel, we should use a different feature
name, e.g. "coverage-rust".

Original-Bug: 327264440
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/999952
Original-Revision: d042bbe5c500bba5c3cd5225e3026454286bd556
GitOrigin-RevId: 4ff99b26520b6947436359bcca1daac25259b6a8
Change-Id: Ie97023a2fe8fdeabe9b45cb150f33b687dedcbd2
1 file changed
tree: afb2d0b6521e6976566d23d1abf266116fb84736
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.