php-school / cli-menu

🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
http://www.phpschool.io
MIT License
1.94k stars 106 forks source link

Selectable item styles #214

Closed jtreminio closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #214 into master will decrease coverage by 0.22%. The diff coverage is 91.91%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #214      +/-   ##
============================================
- Coverage     93.52%   93.29%   -0.23%     
- Complexity      558      589      +31     
============================================
  Files            30       31       +1     
  Lines          1667     1760      +93     
============================================
+ Hits           1559     1642      +83     
- Misses          108      118      +10
Impacted Files Coverage Δ Complexity Δ
src/Style/RadioStyle.php 100% <ø> (ø) 12 <0> (ø) :arrow_down:
src/MenuItem/SelectableItem.php 100% <100%> (ø) 16 <11> (+11) :arrow_up:
src/Style/SelectableStyle.php 100% <100%> (ø) 12 <12> (?)
src/CliMenu.php 95.34% <100%> (+0.09%) 115 <2> (+2) :arrow_up:
src/Builder/CliMenuBuilder.php 77.73% <52.94%> (-1.84%) 89 <3> (+6)
src/MenuItem/SelectableTrait.php 92.3% <0%> (-7.7%) 9% <0%> (ø)
src/MenuItem/CheckboxItem.php 92.72% <0%> (ø) 20% <0%> (ø) :arrow_down:
src/MenuItem/RadioItem.php 100% <0%> (ø) 21% <0%> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3342279...09b4294. Read the comment docs.

AydinHassan commented 4 years ago

Everything else looks good!