Extract overview report assets

This commit is contained in:
yaojingang
2026-06-16 06:36:45 +08:00
parent 62c319c779
commit 15c743370e
35 changed files with 985 additions and 905 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import json
from pathlib import Path
TEXT_EXTS = {".md", ".txt", ".yaml", ".yml", ".json", ".py", ".sh", ".js", ".ts"}
TEXT_EXTS = {".css", ".md", ".txt", ".yaml", ".yml", ".json", ".py", ".sh", ".js", ".ts"}
IGNORED_RELATIVE_DIRS = {
Path("reports") / "release_snapshots",
Path("tests") / "tmp",