narrowspark / framework

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

Directory processor #740

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 -
codecov[bot] commented 5 years ago

Codecov Report

Merging #740 into master will increase coverage by <.01%. The diff coverage is 84%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #740      +/-   ##
============================================
+ Coverage     81.13%   81.13%   +<.01%     
- Complexity     5937     5947      +10     
============================================
  Files           440      441       +1     
  Lines         14975    15003      +28     
============================================
+ Hits          12150    12173      +23     
- Misses         2825     2830       +5
Impacted Files Coverage Δ Complexity Δ
.../ParameterProcessor/AbstractParameterProcessor.php 0% <0%> (ø) 4 <1> (+1) :arrow_up:
...t/Config/ParameterProcessor/ParameterProcessor.php 100% <100%> (ø) 3 <1> (ø) :arrow_down:
...nfig/ParameterProcessor/ComposerExtraProcessor.php 100% <100%> (ø) 4 <2> (ø) :arrow_down:
...nent/Foundation/Provider/ConfigServiceProvider.php 100% <100%> (ø) 5 <0> (ø) :arrow_down:
...Foundation/Config/Processor/DirectoryProcessor.php 100% <100%> (ø) 8 <8> (?)
src/Viserio/Component/Log/LogManager.php 97.4% <100%> (+0.01%) 43 <0> (+1) :arrow_up:
...o/Component/Log/Provider/LoggerServiceProvider.php 100% <100%> (ø) 4 <0> (ø) :arrow_down:
...rc/Viserio/Component/Foundation/AbstractKernel.php 82.92% <100%> (+0.28%) 56 <2> (+2) :arrow_up:
src/Viserio/Component/Config/Repository.php 100% <100%> (ø) 27 <1> (-2) :arrow_down:
...onfig/ParameterProcessor/EnvParameterProcessor.php 100% <100%> (ø) 13 <12> (ø) :arrow_down:
... and 3 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 9b168c3...3488121. Read the comment docs.