feat(test): P0级测试质量体系 - 环境变量清单 + 覆盖率门禁 #197
Reference in New Issue
Block a user
Delete Branch "feature/test-quality"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
概述
完成小虾SaaS测试质量体系的2项P0级建设:环境变量清单整理 + 测试覆盖率门禁。
改造内容
1. CI环境变量清单(P0-1)
新增文件:
docs/ci-env-vars.md2. 测试覆盖率门禁(P0-5)
**修改文件:
pytest.ini- 补充覆盖率配置说明.gitea/workflows/ci-cd.yml- 集成测试阶段增加覆盖率门禁**具体改动:
收益
验证