- Fix: typo in output (#24)
- Added support for limiting number of lines shown
- Added support for branch coverage - thanks @robotdana! (#19)
- Fix: table output include (#17)
- Fix: block output doesn't work with frozen string literal (#16)
- Added new config options:
sort
,show_covered
, andmax_rows
- Replaced
hirb
gem withterminal-table
due to multiple warnings thrown (#11) - Support disabling colorized output via
NO_COLOR
env var