init: cobol-java migration verification platform v3 (42 tests, JCL module)

This commit is contained in:
hangshuo652
2026-05-27 08:42:41 +08:00
parent faeedbc77b
commit 7fcdb41a85
21 changed files with 870 additions and 148 deletions
+1
View File
@@ -30,6 +30,7 @@ class VerificationRun:
branch_rate: float = 0.0
llm_cost: float = 0.0
report_path: str = ""
debug: dict = field(default_factory=dict)
def __post_init__(self):
if not self.timestamp: