fix: update minimum coverage threshold to 85%

This commit is contained in:
GitHub Actions
2026-02-16 09:36:52 +00:00
parent 24c8deff7a
commit ae00b367c4

View File

@@ -12,7 +12,7 @@ sleep 1
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
FRONTEND_DIR="$ROOT_DIR/frontend"
MIN_COVERAGE="${CHARON_MIN_COVERAGE:-${CPM_MIN_COVERAGE:-88}}"
MIN_COVERAGE="${CHARON_MIN_COVERAGE:-${CPM_MIN_COVERAGE:-85}}"
cd "$FRONTEND_DIR"