[roll] Roll fuchsia [ctf] Add small FIDL-coverage summary schema

Add a "flat" output schema to fidl_coverage.py, like the "summary"
schema but with all the info in values rather than keys. That's
easier for SQL to handle.

Stop outputting the "expanded" schema since the "condensed" schema
is 1/3 the size and has the same info. Output the new "flat"
schema instead.

I'll probably delete everything but the "flat" and "condensed"
schemas, but I'll keep everything for now while we're still working
out the scripts that use the schemas.

Run-All-Tests: True
Original-Bug: b/379766709
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1238044
Original-Revision: e108b55dead9e2b5d79404c9a423dade458f38e4
GitOrigin-RevId: 6ad2e18dc9d832628188da4a15efd7fb871a763d
Change-Id: Ibcc221b16bb1efdcdc0f13c2b763340853156407
1 file changed
tree: 14d45beacc58e8a7fa626ba8056923974a8fe6cf
  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 in one of the communication channels documented at get involved.

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.