narrowspark / framework

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

moved support manager to a new component #760

Closed prisis closed 5 years ago

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

Codecov Report

Merging #760 into master will increase coverage by <.01%. The diff coverage is 92.3%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #760      +/-   ##
============================================
+ Coverage     81.52%   81.52%   +<.01%     
- Complexity     6063     6066       +3     
============================================
  Files           443      443              
  Lines         15021    15029       +8     
============================================
+ Hits          12246    12253       +7     
- Misses         2775     2776       +1
Impacted Files Coverage Δ Complexity Δ
...Viserio/Component/Filesystem/FilesystemManager.php 94.64% <ø> (ø) 24 <0> (ø) :arrow_down:
src/Viserio/Component/Session/SessionManager.php 86.53% <ø> (ø) 18 <0> (ø) :arrow_down:
src/Viserio/Component/Mail/MailManager.php 91.83% <ø> (ø) 20 <0> (ø) :arrow_down:
src/Viserio/Component/Cache/CacheManager.php 100% <ø> (ø) 11 <0> (ø) :arrow_down:
src/Viserio/Component/Log/LogManager.php 97.16% <100%> (ø) 41 <0> (ø) :arrow_down:
...io/Component/Manager/AbstractConnectionManager.php 100% <100%> (ø) 14 <0> (?)
src/Viserio/Component/Manager/AbstractManager.php 100% <100%> (ø) 12 <0> (?)
.../Viserio/Component/Manager/Traits/ManagerTrait.php 96.77% <87.5%> (ø) 14 <3> (?)

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 84af377...b212016. Read the comment docs.