Skip to content

Commit cd4e79e

Browse files
committed
test(architecture): 固化覆盖率低水位
1 parent 5cb13e4 commit cd4e79e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/architecture-optimization-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ MoviePilot V3 已经形成较清晰的模块化单体:`foundation`、`domain`
7979
| 长方法 | 281 个超过 80 行 | 67 个超过 150 行,23 个超过 250 行;大量是私有方法 |
8080
| 全量 mypy 历史债务 | 11,983 / 601 文件 | strict frontier 当前只覆盖 41 个文件,且 ratchet 已新增 2 个错误 |
8181
| Ruff 历史诊断 | 967 | 低水位门禁通过,但规则集只覆盖 `E4/E7/E9/F/I` |
82-
| 覆盖率低水位 | Application 77.82%,Domain 79.24% | Chain、Runtime、Agent、Adapter、Startup 未进入包级覆盖率门禁 |
82+
| 覆盖率低水位 | Application 77.85%,Domain 79.24% | Chain、Runtime、Agent、Adapter、Startup 未进入包级覆盖率门禁 |
8383

8484
### 3.3 热点文件
8585

tests/fixtures/architecture/coverage-baseline.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"application": {
3-
"covered_lines": 9314,
4-
"percent": 77.82,
5-
"statements": 11968
3+
"covered_lines": 9341,
4+
"percent": 77.85,
5+
"statements": 11999
66
},
77
"domain": {
88
"covered_lines": 3390,

0 commit comments

Comments
 (0)