Code metrics
CI-generated quality and performance reports for ESysRepo. HTML is published as
the Conan package esysrepo-metrics and copied into /metrics/ at docs build
time (superbuild ADR-0004).
Reports open in a full-viewport view (same pattern as the C++ API reference) so wide lcov / ValgrindCI tables are not clipped by the docs column.
| Report | What it shows |
|---|---|
| Coverage | Line coverage (lcov HTML) |
| Clang-tidy | Static analysis (tidy / HTML / diff) |
| Valgrind | Dynamic analysis (memcheck-style output) |
| Sanitizers | ASan / UBSan summary from CI |
| Lizard | Cyclomatic complexity / size (lizard) |
| Pipeline timing | Job duration ranking + Gantt timeline |
| Performance | esysrepo vs Google repo (live JSON + Plotly) |
Until Artifactory has a matching esysrepo-metrics version, /metrics/ keeps
placeholders and the intro pages also link to the legacy GitLab Pages URLs.