Changelog¶ ↑
0.9.2 (2024.09.17)¶ ↑
-
Fix: typo in output (#24)
0.9.1 (2021.02.01)¶ ↑
0.9 (2021.01.21)¶ ↑
-
Added support for limiting number of lines shown
0.8 (2020.11.11)¶ ↑
-
Added support for branch coverage - thanks @robotdana! (#19)
0.7.2 (2020.03.05)¶ ↑
-
Fix: table output include (#17)
0.7.1 (2020.03.05)¶ ↑
-
Fix: block output doesn’t work with frozen string literal (#16)
0.7 (2020.03.04)¶ ↑
0.6 (2019.11.08)¶ ↑
-
Added new config options:
sort
,show_covered
, andmax_rows
0.5 (2019.05.24)¶ ↑
-
Replaced
hirb
gem withterminal-table
due to multiple warnings thrown (#11) -
Support disabling colorized output via
NO_COLOR
env var