Add Chinese (Simplified) translations for all documentation, organized under a dedicated zh/ directory that mirrors the English folder structure. Co-authored-by: tanqingkuang <tanqingkuang@users.noreply.github.com> Translations originally contributed by @tanqingkuang in #45. Restructured from *-CN.md suffix pattern into zh/ directory to prevent the EPUB builder (scripts/build_epub.py collect_folder_files) from picking up Chinese files via glob("*.md") inside module folders.
288 B
288 B
name, description
| name | description |
|---|---|
| Test Coverage Check | 验证测试覆盖率和质量 |
测试覆盖检查
分析测试覆盖率和质量:
- 检查测试覆盖率百分比
- 识别未测试的代码路径
- 审查测试质量
- 建议缺失的测试用例
- 确认边界情况已覆盖