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
+25
View File
@@ -52,3 +52,28 @@ db_tables:
subprograms:
- SUB02MSG
- SUB03END
runs:
- id: normal
# 標準シナリオ:P 卡有効 + RESET → 大部分の分岐をカバー
sysin:
period: "202607"
include_invalid_period: true
modes: ["NORMAL", "RESET"]
inject_duplicate_pk: false
- id: no_period
# #1 TNOT WRK-PERIOD-OK)をカバー:P 卡なし
sysin:
period: null
include_invalid_period: false
modes: ["NORMAL"]
inject_duplicate_pk: false
- id: insert_error
# #13 T / #28 TINSERT SQL エラー)をカバー:PK 競合行注入
sysin:
period: "202607"
include_invalid_period: true
modes: ["NORMAL", "RESET"]
inject_duplicate_pk: true