[roll] Roll fuchsia [plasa] Makes the test coverage report format be JSON.

This will allow us to add more annotations to each API element as it
becomes needed.

I made some improvements in the process:

1. The items are now wrapped in an array object. This allows us to
   attach metadata to the entire report if needed, and for example make
   it self-describing.
1. I added the data schema at schema/test_coverage_report.schema.json.
   For now it is purely aspirational and we're not validating anything
   against it.

Original-Fixed: 87467
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/598796
Original-Revision: b89302a6c337156e9e3cfc8e0f174fc834011b6f
GitOrigin-RevId: 0dc7f2ae53c3062209c9113d02b7852526c7706a
Change-Id: Ica7ea9c6d602d1a1f3c97d049036ac0c3f0b257e
1 file changed
tree: 75c5a33dd04b2b2b8df2e399f4a022591e593045
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.