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

Missed a bindTo() #196

Closed jtreminio closed 4 years ago

jtreminio commented 4 years ago

Related to #192

codecov-io commented 4 years ago

Codecov Report

Merging #196 into master will decrease coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #196      +/-   ##
===========================================
- Coverage     93.91%   93.9%   -0.01%     
  Complexity      516     516              
===========================================
  Files            29      29              
  Lines          1560    1559       -1     
===========================================
- Hits           1465    1464       -1     
  Misses           95      95
Impacted Files Coverage Δ Complexity Δ
src/Builder/CliMenuBuilder.php 81.73% <ø> (-0.09%) 70 <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 3a24ae4...8665627. Read the comment docs.

AydinHassan commented 4 years ago

Thank you!