refactor(coverage): remove module-specific frontend coverage checks

This commit is contained in:
GitHub Actions
2025-12-02 05:23:36 +00:00
parent 47d60536d2
commit a4e65ff0fa
3 changed files with 390 additions and 126 deletions

View File

@@ -42,7 +42,3 @@ if total < minimum:
PY
echo "Frontend coverage requirement met"
# Also enforce module-specific frontend coverage (e.g., ProxyHosts)
echo "Running module-specific frontend coverage checks (frontend only)"
bash "$ROOT_DIR/scripts/check-module-coverage.sh" --frontend-only