narrowspark / framework

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

fixed ini_get() for boolean values #743

Closed prisis closed 6 years ago

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

Codecov Report

Merging #743 into master will not change coverage. The diff coverage is 74.24%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #743   +/-   ##
=========================================
  Coverage     81.17%   81.17%           
  Complexity     6076     6076           
=========================================
  Files           441      441           
  Lines         15062    15062           
=========================================
  Hits          12226    12226           
  Misses         2836     2836
Impacted Files Coverage Δ Complexity Δ
...io/Component/Console/Event/ConsoleCommandEvent.php 0% <0%> (ø) 4 <3> (ø) :arrow_down:
src/Viserio/Component/Exception/ErrorHandler.php 39.13% <0%> (ø) 51 <0> (ø) :arrow_down:
src/Viserio/Component/Cookie/AbstractCookie.php 42.25% <0%> (ø) 76 <4> (ø) :arrow_down:
.../Component/Routing/Dispatcher/SimpleDispatcher.php 94.44% <100%> (ø) 23 <1> (ø) :arrow_down:
...rio/Component/Http/Response/BinaryFileResponse.php 98.43% <100%> (ø) 21 <1> (ø) :arrow_down:
...rc/Viserio/Component/WebServer/WebServerConfig.php 91.35% <100%> (ø) 37 <0> (ø) :arrow_down:
src/Viserio/Component/Parser/FileLoader.php 100% <100%> (ø) 21 <3> (ø) :arrow_down:
...ndation/DataCollector/NarrowsparkDataCollector.php 93.75% <100%> (ø) 11 <0> (ø) :arrow_down:
src/Viserio/Component/Cookie/CookieJar.php 100% <100%> (ø) 22 <3> (ø) :arrow_down:
src/Viserio/Component/View/ViewFactory.php 94.44% <100%> (ø) 36 <1> (ø) :arrow_down:
... and 5 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 5850acc...8873781. Read the comment docs.