chore(architecture): sync query quality baselines

This commit is contained in:
InfinityPacer
2026-08-28 00:26:59 +08:00
parent 7959f27cd6
commit e31b3f8de7
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ MoviePilot V3 已经形成较清晰的模块化单体:`foundation`、`domain`
| 长方法 | 281 个超过 80 行 | 67 个超过 150 行,23 个超过 250 行;大量是私有方法 |
| 全量 mypy 历史债务 | 11,827 / 596 文件 | strict frontier 当前覆盖 41 个文件,本批迁移路径的类型债务已清零 |
| Ruff 历史诊断 | 885 | 低水位门禁通过,但规则集只覆盖 `E4/E7/E9/F/I` |
| 覆盖率低水位 | Application 78.63%Domain 79.29% | Chain、Runtime、Agent、Adapter、Startup 未进入包级覆盖率门禁 |
| 覆盖率低水位 | Application 78.74%Domain 79.29% | Chain、Runtime、Agent、Adapter、Startup 未进入包级覆盖率门禁 |
### 3.3 热点文件
+3 -3
View File
@@ -1,8 +1,8 @@
{
"application": {
"covered_lines": 9992,
"percent": 78.63,
"statements": 12707
"covered_lines": 10098,
"percent": 78.74,
"statements": 12825
},
"domain": {
"covered_lines": 3392,
@@ -6,7 +6,7 @@
"repeat": 3,
"targets": {
"app.startup.lifecycle": {
"loaded_app_module_count": 388,
"loaded_app_module_count": 392,
"max_ms": 1035.341,
"median_ms": 993.245,
"min_ms": 991.998,
@@ -17,7 +17,7 @@
]
},
"app.factory": {
"loaded_app_module_count": 400,
"loaded_app_module_count": 404,
"max_ms": 1006.172,
"median_ms": 1005.88,
"min_ms": 1003.841,
@@ -28,7 +28,7 @@
]
},
"app.main": {
"loaded_app_module_count": 402,
"loaded_app_module_count": 406,
"max_ms": 1085.652,
"median_ms": 1055.994,
"min_ms": 1043.212,