Quality Reports#
- orphan:
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 |
|
CodeQL |
MISRA C++ compliance findings via CodeQL (codeql/misra-cpp-coding-standards) |
Note
Quality reports are generated by the nightly CI job and published
exclusively alongside the latest documentation on GitHub Pages.
In local Sphinx builds the link cells above show equivalent bazel run
commands. In versioned release docs, coverage links point to the uploaded
release artifact while the remaining quality links point to the latest
reports.