chore: Update minimum coverage requirements to 87% for backend and frontend tests

This commit is contained in:
GitHub Actions
2026-02-23 14:23:09 +00:00
parent 7b640cc0af
commit 79c8e660f5
3 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ cd "${PROJECT_ROOT}"
validate_project_structure "frontend" "scripts/frontend-test-coverage.sh" || error_exit "Invalid project structure"
# Set default environment variables
set_default_env "CHARON_MIN_COVERAGE" "85"
set_default_env "CHARON_MIN_COVERAGE" "87"
# Execute the legacy script
log_step "EXECUTION" "Running frontend tests with coverage"