feat(reports): Cppcheck HTML-Report via cppcheck-htmlreport, klickbar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user