summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-06-17 16:15:25 +0700
committerhathach <[email protected]>2026-06-17 16:15:25 +0700
commit8fc0a65ec9bba337f8f6b6f9d6a288b039f17421 (patch)
tree96d484eb18fc759355bed13a404aed41321d68be /tools
parent50115d171321600954095fad7ac0e635e51c4c23 (diff)
parent52035e2fa3174e85f9c43afdba05097519ae6ea9 (diff)
Merge remote-tracking branch 'origin/master' into ch32_fsdev
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/metrics.py b/tools/metrics.py
index b7aa056e4..d716cb2a5 100644
--- a/tools/metrics.py
+++ b/tools/metrics.py
@@ -425,7 +425,7 @@ def write_compare_markdown(comparison, path, sort_order='size'):
md_lines.append("")
render("Changes >1% in size", significant)
- render("Changes <1% in size", minor)
+ render("Changes <1% in size", minor, collapsed=True)
render("No changes", unchanged, collapsed=True)
with open(path, "w", encoding="utf-8") as f: