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

Removes styles from SplitItem #209

Closed jtreminio closed 4 years ago

jtreminio commented 4 years ago

Related to #205

codecov-io commented 4 years ago

Codecov Report

Merging #209 into item-style will increase coverage by 0.51%. The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff                @@
##             item-style     #209      +/-   ##
================================================
+ Coverage         92.48%   92.99%   +0.51%     
+ Complexity          559      553       -6     
================================================
  Files                30       30              
  Lines              1689     1671      -18     
================================================
- Hits               1562     1554       -8     
+ Misses              127      117      -10
Impacted Files Coverage Δ Complexity Δ
src/Builder/CliMenuBuilder.php 78.57% <ø> (-0.19%) 76 <0> (ø)
src/Builder/SplitItemBuilder.php 81.25% <ø> (+10.93%) 14 <0> (-6) :arrow_down:
src/CliMenu.php 95.25% <ø> (ø) 113 <0> (ø) :arrow_down:
src/MenuItem/SplitItem.php 100% <100%> (ø) 45 <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 4ea4242...e6b0383. Read the comment docs.