narrowspark / framework

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

Fixed found bug in some components #789

Closed prisis closed 4 years ago

prisis commented 4 years ago
Q A
Branch? master
Bug fix? yes
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

fix : fixed dumping of objects in factory definition fix : removed psr/message from container fix : fixed wrong tag on console and config fix : added FILESYSTEM_DRIVER value to automatic.json fix : reference call to ServerRequestInterface in Routing

codecov[bot] commented 4 years ago

Codecov Report

Merging #789 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #789      +/-   ##
============================================
+ Coverage     84.53%   84.53%   +<.01%     
  Complexity     7565     7565              
============================================
  Files           550      550              
  Lines         17686    17687       +1     
============================================
+ Hits          14951    14952       +1     
  Misses         2735     2735
Impacted Files Coverage Δ Complexity Δ
...c/Viserio/Component/Container/Dumper/PhpDumper.php 73.4% <ø> (ø) 73 <0> (ø) :arrow_down:
.../Cache/Container/Provider/CacheServiceProvider.php 100% <100%> (ø) 2 <0> (ø) :arrow_down:
...ting/Container/Provider/RoutingServiceProvider.php 100% <100%> (ø) 4 <0> (ø) :arrow_down:
...sole/Container/Provider/ConsoleServiceProvider.php 100% <100%> (ø) 3 <0> (ø) :arrow_down:
...onfig/Container/Provider/ConfigServiceProvider.php 100% <100%> (ø) 4 <0> (ø) :arrow_down:

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 88c6a3c...cb751f4. Read the comment docs.