feat: add test connection functionality for proxy hosts and enhance UI for testing connections
This commit is contained in:
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
BACKEND_DIR="$ROOT_DIR/backend"
|
||||
COVERAGE_FILE="$BACKEND_DIR/coverage.txt"
|
||||
MIN_COVERAGE="${CPM_MIN_COVERAGE:-75}"
|
||||
MIN_COVERAGE="${CPM_MIN_COVERAGE:-80}"
|
||||
|
||||
# trap 'rm -f "$COVERAGE_FILE"' EXIT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user