chore(quality): close T5.5 coverage gate
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled

This commit is contained in:
Hermes Agent
2026-06-13 22:31:40 +08:00
parent 9510fd16ec
commit ca480ebf84
13 changed files with 275 additions and 171 deletions

View File

@@ -62,16 +62,16 @@ jobs:
pytest --version
- name: Run tests with coverage
# T5.5: 整体覆盖率 >=60%核心模块spec-checker + visual report>=80%
# T5.5: 整体覆盖率 >=80%核心模块spec-checker + visual report=100%,且端到端模拟测试必须通过
run: |
pytest \
pytest admin/tests tests data \
--cov=admin \
--cov=data \
--cov=skills \
--cov=scripts \
--cov-report=term-missing \
--cov-report=xml \
--cov-fail-under=60 \
--cov-fail-under=80 \
-v
python scripts/check_coverage_gate.py coverage.xml