Documentation
¶
Overview ¶
Command coverage wraps `go test -coverprofile` and enforces budgets.
coverage report Run tests with coverage; print summary. coverage budget [-min N] Run + assert overall coverage ≥ N%. coverage per-package Run + print per-package coverage.
Stage D ships an overall budget. Per-file regression detection lands once a baseline file (coverage/baseline.txt) exists; for now the tool only enforces the floor.
Click to show internal directories.
Click to hide internal directories.