narrowspark / framework

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

Adding a Path Helper class, extended Filesystem with a watch func and a glob function that supports streams #790

Closed prisis closed 4 years ago

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

Codecov Report

Merging #790 into master will increase coverage by 8.35%. The diff coverage is 88.07%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #790      +/-   ##
============================================
+ Coverage     76.31%   84.66%   +8.35%     
- Complexity     7566     7850     +284     
============================================
  Files           550      563      +13     
  Lines         19593    18243    -1350     
============================================
+ Hits          14953    15446     +493     
+ Misses         4640     2797    -1843
Impacted Files Coverage Δ Complexity Δ
...io/Component/Filesystem/Adapter/AwsS3Connector.php 100% <ø> (+61.29%) 5 <0> (-3) :arrow_down:
...erio/Bridge/Monolog/Formatter/ConsoleFormatter.php 80.76% <ø> (+2.99%) 8 <0> (ø) :arrow_down:
src/Viserio/Component/Container/Dumper/Util.php 95% <ø> (+4.52%) 18 <0> (ø) :arrow_down:
...Viserio/Component/Pagination/AbstractPaginator.php 68.75% <ø> (+0.84%) 43 <0> (ø) :arrow_down:
...erio/Component/Container/Pipeline/AutowirePipe.php 93.29% <ø> (+3.69%) 87 <0> (ø) :arrow_down:
...tract/Filesystem/Exception/FilesystemException.php 0% <0%> (ø) 1 <1> (?)
src/Viserio/Component/Filesystem/Filesystem.php 86.58% <0%> (+1.04%) 83 <3> (+3) :arrow_up:
...io/Component/Filesystem/Watcher/INotifyWatcher.php 0% <0%> (ø) 20 <20> (?)
src/Viserio/Component/Filesystem/helper.php 100% <100%> (ø) 0 <0> (?)
...mponent/Filesystem/Iterator/GlobFilterIterator.php 100% <100%> (ø) 1 <1> (?)
... and 330 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 28fe920...c617687. Read the comment docs.