feat(reports): Cppcheck HTML-Report via cppcheck-htmlreport, klickbar
Validate / build-test (macos-latest) (push) Failing after 6s
Validate / build-test (windows-latest) (push) Failing after 14s
Validate / build-test (ubuntu-latest) (push) Successful in 17s
Validate / reports (push) Successful in 51s

This commit is contained in:
Stefan Lohmaier
2026-05-12 03:08:16 -07:00
parent 1d7cf53881
commit 542a358abc
3 changed files with 30 additions and 13 deletions
+4 -2
View File
@@ -242,8 +242,10 @@ footer {{ text-align: center; color: #888; padding: 30px; font-size: 13px; }}
"Statement + Branch Coverage, klickbar bis Zeilen-Level")
html_body += report_link("API-Dokumentation (Doxygen)", rep_paths["api"], True,
"Alle Header + Funktionen, mit @arch/@reqs/@asil")
html_body += report_link("Cppcheck-Report (XML)", rep_paths["cppcheck"], True,
"Statische Analyse + MISRA-Findings (XML zum Download)")
html_body += report_link("Cppcheck-Report (HTML)", "reports/cppcheck/index.html", True,
"Statische Analyse + MISRA-Findings, klickbar pro Datei")
html_body += report_link("Cppcheck-Report (XML, Roh)", rep_paths["cppcheck"], True,
"Maschinen-lesbares Format fuer eigene Tools")
html_body += "</ul></section>"
# Diagrams