avto-dev / roadrunner-laravel

[ABANDONED] Moved to https://github.com/spiral/roadrunner-laravel
MIT License
120 stars 15 forks source link

Add initial support for lumen #40

Closed NicklasWallgren closed 4 years ago

NicklasWallgren commented 4 years ago

Initial support for lumen.

codecov-io commented 4 years ago

Codecov Report

Merging #40 into master will decrease coverage by 3.16%. The diff coverage is 81.25%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #40      +/-   ##
============================================
- Coverage     97.70%   94.54%   -3.17%     
- Complexity      105      109       +4     
============================================
  Files            23       24       +1     
  Lines           262      275      +13     
============================================
+ Hits            256      260       +4     
- Misses            6       15       +9     
Impacted Files Coverage Δ Complexity Δ
src/helpers.php 0.00% <0.00%> (ø) 0.00 <0.00> (?)
src/Worker.php 91.46% <78.57%> (-3.35%) 24.00 <13.00> (+2.00) :arrow_down:
src/Listeners/RebindRouterListener.php 90.47% <88.23%> (-9.53%) 7.00 <3.00> (+2.00) :arrow_down:
src/Events/AfterLoopIterationEvent.php 100.00% <100.00%> (ø) 4.00 <2.00> (ø)
src/Events/AfterLoopStoppedEvent.php 100.00% <100.00%> (ø) 2.00 <2.00> (ø)
src/Events/AfterRequestHandlingEvent.php 100.00% <100.00%> (ø) 4.00 <2.00> (ø)
src/Events/BeforeLoopIterationEvent.php 100.00% <100.00%> (ø) 3.00 <2.00> (ø)
src/Events/BeforeLoopStartedEvent.php 100.00% <100.00%> (ø) 2.00 <2.00> (ø)
src/Events/BeforeRequestHandlingEvent.php 100.00% <100.00%> (ø) 3.00 <2.00> (ø)
src/Listeners/RebindHttpKernelListener.php 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
... and 1 more

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 984cba6...74039f1. Read the comment docs.

tarampampam commented 4 years ago

And unit-tests for your changes?