From c3757f486c500fe8078e268eaf59758a2adc561f Mon Sep 17 00:00:00 2001 From: thzxx Date: Tue, 15 Sep 2026 10:30:04 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E8=A6=86=E7=9B=96=E7=8E=87?= =?UTF-8?q?=E7=BB=9D=E5=AF=B9=E5=80=BC=E4=B8=8E=E9=97=A8=E7=A6=81=E5=AE=9E?= =?UTF-8?q?=E6=B5=8B=E5=AF=B9=E9=BD=90=EF=BC=888391/9288=20=C2=B7=204367/5?= =?UTF-8?q?315=20=C2=B7=201204/1280=20=C2=B7=207606/8158=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b35650..dd652b8 100644 --- a/README.md +++ b/README.md @@ -436,10 +436,10 @@ npm run typecheck # 类型检查 | 指标 | 数值 | |------|------| | 测试用例 | 1935(91 套件)+ 14 Playwright e2e,另 4 个重型套件在独立 CI job 串行运行 | -| 语句覆盖率 | 90.34%(8393/9290) | +| 语句覆盖率 | 90.34%(8391/9288) | | 分支覆盖率 | 82.16%(4367/5315) | -| 函数覆盖率 | 94.06%(1205/1281) | -| 行覆盖率 | 93.23%(7607/8159) | +| 函数覆盖率 | 94.06%(1204/1280) | +| 行覆盖率 | 93.23%(7606/8158) | | SQL 关键字 | 72 | | 存储模式 | 4(`memory` / `disk` / `hybrid` / `aria`) | | 存储后端 | 3(OPFS / KVStore / Memory),Aria 引擎另有 LSM-Tree + WAL + 页面化 |