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

@@ -7,8 +7,8 @@ import sys
import xml.etree.ElementTree as ET
from pathlib import Path
OVERALL_MIN = 0.60
CORE_MIN = 0.80
OVERALL_MIN = 0.80
CORE_MIN = 1.00
CORE_FILES = (
"gaokao-spec-checker/scripts/spec_checker_v2.py",
"gaokao-college-advisor/scripts/gaokao_visual_report.py",