Quality Reports#
Nightly quality job results are built and published to GitHub Pages after each nightly run of the Nightly Quality Jobs workflow.
Job |
Description |
Report |
|---|---|---|
Coverage |
Line, function, and branch coverage from C++ unit tests (gcov/lcov) |
|
Clang-Tidy |
Static analysis findings (errors and warnings) across all C++ targets |
Note
Quality reports are generated by the nightly CI job and published
exclusively alongside the latest documentation on GitHub Pages.
In local Sphinx builds and in versioned release archives the link cells
above show the equivalent bazel run command or a link to the
latest reports respectively. The deploy workflow controls this
automatically via the DOCS_VERSION build variable.