feat: 多轮运行 + GCOV 合并 + JSON 出力 + DesignDataGenerator

This commit is contained in:
hangshuo652
2026-07-12 21:04:58 +08:00
parent af37e33b98
commit f3be17e5eb
40 changed files with 4397 additions and 198 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ class Config:
project_name: str = ""
copybook_paths: list = field(default_factory=lambda: ["./copybooks"])
dialect: str = "ibm"
llm_model: str = "gpt-4o-mini"
llm_timeout: int = 15
llm_model: str = "deepseek-v4-flash"
llm_timeout: int = 120
llm_cache_dir: str = ".cache/llm"
coverage_default: str = "boundary"
rounding_mode: str = "TRUNCATE"