Expand description
Coverage display and formatting.
Pretty-prints coverage results, highlights uncovered files, and shows delta vs previous run.
Functionsยง
- format_
coverage_ delta - Format a coverage delta for display.
- format_
coverage_ json - Format coverage result as JSON string.
- format_
coverage_ summary - Format a full coverage summary for terminal output.
- format_
threshold_ check - Format a threshold check result.