- Add 12 tests for proxy host Update() type conversion edge cases - Add 2 DB error tests for security headers handler - Add ID=0 validation test for certificate handler - Coverage improved: boolean fields, negative IDs, invalid strings Fixes coverage gaps reported by Codecov for PR #435
Backend Service
This folder contains the Go API for CaddyProxyManager+.
Prerequisites
- Go 1.24+
Getting started
cp .env.example .env # optional
cd backend
go run ./cmd/api
Tests
cd backend
go test ./...