narrowspark / framework

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

upgraded phpunit to v7.5.0 #762

Closed prisis closed 5 years ago

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

fixed Fix subsequent reads from php://input in ServerRequestBuilder added new streams added allowing for ralouphie/getallheaders v3.0

codecov[bot] commented 5 years ago

Codecov Report

Merging #762 into master will increase coverage by 0.19%. The diff coverage is 94.88%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #762      +/-   ##
============================================
+ Coverage     81.54%   81.73%   +0.19%     
- Complexity     6055     6151      +96     
============================================
  Files           442      445       +3     
  Lines         15000    15211     +211     
============================================
+ Hits          12231    12433     +202     
- Misses         2769     2778       +9
Impacted Files Coverage Δ Complexity Δ
src/Viserio/Component/Http/Stream/LimitStream.php 97.82% <ø> (ø) 23 <0> (ø) :arrow_down:
.../Component/Http/Stream/AbstractStreamDecorator.php 12.76% <0%> (ø) 24 <0> (ø) :arrow_down:
...rc/Viserio/Component/Http/ServerRequestBuilder.php 100% <100%> (ø) 9 <0> (ø) :arrow_down:
src/Viserio/Component/Http/Util.php 88.31% <100%> (+0.89%) 58 <7> (+7) :arrow_up:
.../Viserio/Component/Http/Stream/MultipartStream.php 100% <100%> (ø) 27 <27> (?)
...rc/Viserio/Component/Http/Stream/CachingStream.php 100% <100%> (ø) 20 <20> (?)
src/Viserio/Component/Http/Stream/FnStream.php 89.58% <25%> (-5.98%) 25 <0> (+1)
src/Viserio/Component/Http/Stream/AppendStream.php 92.13% <92.13%> (ø) 41 <41> (?)
... and 2 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 67188a7...ca71631. Read the comment docs.