Quality Reports =============== .. include:: quality_links.rst Nightly quality job results are built and published to GitHub Pages after each nightly run of the `Nightly Quality Jobs`_ workflow. .. list-table:: :widths: 20 45 35 :header-rows: 1 * - Job - Description - Report * - Coverage - Line, function, and branch coverage from C++ unit tests (gcov/lcov) - |coverage_report_link| * - Clang-Tidy - Static analysis findings (errors and warnings) across all C++ targets - |clang_tidy_report_link| |quality_dashboard_link| .. 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. .. _Nightly Quality Jobs: https://github.com/eclipse-score/communication/actions/workflows/nightly_quality.yml