Skip to content

Commit 6b32284

Browse files
committed
Add Treemap chars to anomaly detection summary
1 parent f66bcfc commit 6b32284

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

domains/anomaly-detection/summary/anomalyDetectionSummary.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ anomaly_detection_finalize_report() {
177177
# Remove empty Markdown includes
178178
source "${SCRIPTS_DIR}/cleanupAfterReportGeneration.sh" "${report_include_directory}"
179179

180+
# Collect static Markdown includes (after cleanup to not remove one-liner)
181+
cp -f "${ANOMALY_DETECTION_SUMMARY_DIR}/report_no_anomaly_detection_treemaps.template.md" "${report_include_directory}/report_no_anomaly_detection_treemaps.md"
182+
183+
# Assemble final report by applying includes to the main template
180184
cp -f "${ANOMALY_DETECTION_SUMMARY_DIR}/report.template.md" "${FULL_REPORT_DIRECTORY}/report.template.md"
181185
cat "${FULL_REPORT_DIRECTORY}/report.template.md" | "${MARKDOWN_SCRIPTS_DIR}/embedMarkdownIncludes.sh" "${report_include_directory}" > "${FULL_REPORT_DIRECTORY}/anomaly_detection_report.md"
182186

domains/anomaly-detection/summary/report.template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ The goal is to detect potential **software quality, design, and architecture iss
2626

2727
<!-- include:AnomaliesPerAbstractionLayer.md -->
2828

29+
### 1.3 Overview Charts
30+
31+
<!-- include:TreemapChartsReference.md|report_no_anomaly_detection_treemaps.md> -->
32+
2933
## 2. Deep Dives by Abstraction Level
3034

3135
Each abstraction level includes anomaly statistics, SHAP feature importance, archetype distribution, and example anomalies.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
⚠️ _No anomaly detection treemap charts due to missing data._

0 commit comments

Comments
 (0)