Documentation
¶
Overview ¶
Command gen_testing_docs regenerates the managed test metrics section in docs/development/testing.md.
It discovers Go packages, counts Test* functions by parsing _test.go files, runs unit-test coverage for ./internal/... and ./cmd/..., and replaces the generated Markdown block in the testing reference document.
Usage:
go run ./cmd/gen_testing_docs/ go run ./cmd/gen_testing_docs/ --check
Click to show internal directories.
Click to hide internal directories.