narrowspark / framework

:dragon: The main repository for all narrowspark components.
MIT License
16 stars 2 forks source link

Refactor web server #733

Closed prisis closed 6 years ago

prisis commented 6 years ago
Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets -
License MIT
Doc PR -
codecov[bot] commented 6 years ago

Codecov Report

Merging #733 into master will increase coverage by 0.22%. The diff coverage is 72.89%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #733      +/-   ##
============================================
+ Coverage     80.65%   80.87%   +0.22%     
+ Complexity     5943     5939       -4     
============================================
  Files           438      439       +1     
  Lines         15008    15004       -4     
============================================
+ Hits          12104    12134      +30     
+ Misses         2904     2870      -34
Impacted Files Coverage Δ Complexity Δ
...Component/WebServer/Command/ServerServeCommand.php 0% <0%> (ø) 10 <1> (-7) :arrow_down:
...Component/WebServer/Command/ServerStartCommand.php 0% <0%> (ø) 12 <1> (-8) :arrow_down:
src/Viserio/Component/WebServer/WebServer.php 52.7% <44.44%> (-9.24%) 26 <18> (-26)
...rc/Viserio/Component/WebServer/WebServerConfig.php 91.35% <91.35%> (ø) 37 <37> (?)

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 6ba36ef...92baf95. Read the comment docs.