docs: 修正测试数/覆盖率 — 837 测试 · 44 套件 · 81.1% 覆盖率
CI / test (18.x) (push) Successful in 10m4s
CI / test (20.x) (push) Successful in 10m0s
CI / test (22.x) (push) Successful in 10m0s
CI / test (24.x) (push) Successful in 9m54s

This commit is contained in:
thzxx
2026-08-08 11:12:40 +08:00
parent fda3f1ad34
commit 82ad8e93b9
4 changed files with 13 additions and 13 deletions
+6 -6
View File
@@ -3,8 +3,8 @@
<p align="center">
<img src="https://img.shields.io/badge/version-0.3.2-blue?style=flat-square" alt="version">
<img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="license">
<img src="https://img.shields.io/badge/coverage-81.0%25-brightgreen?style=flat-square" alt="coverage">
<img src="https://img.shields.io/badge/tests-761%20passed-success?style=flat-square" alt="tests">
<img src="https://img.shields.io/badge/coverage-81.1%25-brightgreen?style=flat-square" alt="coverage">
<img src="https://img.shields.io/badge/tests-837%20passed-success?style=flat-square" alt="tests">
</p>
> 基于 TypeScript 的**前端关系型数据库**,支持完整 SQL 查询、Query Builder 链式 API、与 **AriaEngine 自研页面式存储引擎**。
@@ -24,7 +24,7 @@
- 🌲 **RB-Tree 完整实现** — 标准红黑树插入+删除修复,O(log n) 保证
-**性能优化** — SSTableReader 二分查找统一、IndexedDB 索引利用、crypto 实例化避免全局状态
- 🌐 **浏览器兼容** — Chrome 80+ / Firefox 80+ / Safari 14+ / Edge 80+ / Node.js 16+
- 🧪 **761 测试 · 81.0% 覆盖率** — 41 套件,生产级质量保证
- 🧪 **837 测试 · 81.1% 覆盖率** — 44 套件,生产级质量保证
---
@@ -373,9 +373,9 @@ npm run typecheck # 类型检查
| 指标 | 数值 |
|------|------|
| 测试用例 | 761 |
| 测试套件 | 41 |
| 行覆盖率 | 81.0% |
| 测试用例 | 837 |
| 测试套件 | 44 |
| 行覆盖率 | 81.1% |
| SQL 关键字 | 36 |
| 存储引擎 | 5Memory / IndexedDB / OPFS / Hybrid / **Aria** |