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)

Coverage report

Clang-Tidy

Static analysis findings (errors and warnings) across all C++ targets

Clang-Tidy report

CodeQL

MISRA C++ compliance findings via CodeQL (codeql/misra-cpp-coding-standards). Analyzed for both the Linux and QNX (--config=qnx) builds; the published findings are the deduplicated union of both configs.

Quality Dashboard

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, every quality link (coverage, dashboard, clang-tidy, and CodeQL) points to the corresponding report uploaded as a release artifact for that release.