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

Php 7.4 support #183

Closed AydinHassan closed 4 years ago

AydinHassan commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #183 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #183      +/-   ##
============================================
+ Coverage     93.25%   93.29%   +0.04%     
- Complexity      453      460       +7     
============================================
  Files            26       26              
  Lines          1393     1402       +9     
============================================
+ Hits           1299     1308       +9     
  Misses           94       94
Impacted Files Coverage Δ Complexity Δ
src/MenuItem/LineBreakItem.php 100% <100%> (ø) 11 <1> (+1) :arrow_up:
src/MenuItem/SplitItem.php 100% <100%> (ø) 43 <1> (+1) :arrow_up:
src/CliMenu.php 93.04% <100%> (+0.1%) 105 <3> (+3) :arrow_up:
src/MenuItem/AsciiArtItem.php 100% <100%> (ø) 18 <2> (+2) :arrow_up:
src/Input/InputIO.php 96.87% <0%> (-0.08%) 25% <0%> (ø)

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 9b16a29...42ab4a8. Read the comment docs.