akua cov
Planned
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
| flag | description | ||
|---|---|---|---|
--min=<percentage> | fail if coverage is below threshold (e.g. --min=80) | ||
| `--format=<json\ | html\ | lcov>` | report format (default json) |