Directories
¶
| Path | Synopsis |
|---|---|
|
Command apidiff-verdict scopes a go-apidiff report to ax-go's public API surface and decides whether a pull request introduces a breaking change that must be acknowledged.
|
Command apidiff-verdict scopes a go-apidiff report to ax-go's public API surface and decides whether a pull request introduces a breaking change that must be acknowledged. |
|
Command benchcheck enforces a performance regression budget by comparing two `go test -bench=.
|
Command benchcheck enforces a performance regression budget by comparing two `go test -bench=. |
|
Command covercheck enforces per-package and repo-wide test-coverage floors against a Go coverage profile (the output of `go test -coverprofile=coverage.out -covermode=atomic ./...`).
|
Command covercheck enforces per-package and repo-wide test-coverage floors against a Go coverage profile (the output of `go test -coverprofile=coverage.out -covermode=atomic ./...`). |
|
Command doccover enforces ExampleXxx coverage on ax-go's primary API surface.
|
Command doccover enforces ExampleXxx coverage on ax-go's primary API surface. |
|
Command sizecheck enforces ax-go's binary-size guarantee for the import-isolated logging surface.
|
Command sizecheck enforces ax-go's binary-size guarantee for the import-isolated logging surface. |
|
surfacecheck is internal maintainer/CI tooling: it scans the complete compiler-visible surface of every public package, under each supported build-tag configuration and target profile, compares the result against the reviewed live baseline, and cross-validates the permanent public-surface audit.
|
surfacecheck is internal maintainer/CI tooling: it scans the complete compiler-visible surface of every public package, under each supported build-tag configuration and target profile, compares the result against the reviewed live baseline, and cross-validates the permanent public-surface audit. |
Click to show internal directories.
Click to hide internal directories.