akua / cli / cov

akua cov

Generate a test coverage report across rules (Rego) and schemas (KCL).

akua cov [path] [flags]

Equivalent to akua test --coverage but produces a standalone report. Useful for CI gates that enforce a minimum coverage percentage.

Flags

flagdescription
--min=<percentage>fail if coverage is below threshold (e.g. --min=80)
`--format=<json\html\lcov>`report format (default json)