narrowspark / framework

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

fix : fixes all phpstan errors in filesystem and finder #797

Closed prisis closed 4 years ago

prisis commented 4 years ago

feat : updated workflow

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

Codecov Report

Merging #797 into master will increase coverage by <.01%. The diff coverage is 95%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #797      +/-   ##
============================================
+ Coverage     84.33%   84.34%   +<.01%     
- Complexity     8221     8225       +4     
============================================
  Files           571      571              
  Lines         18911    18900      -11     
============================================
- Hits          15949    15941       -8     
+ Misses         2962     2959       -3
Impacted Files Coverage Δ Complexity Δ
...mponent/Finder/Filter/DepthRangeFilterIterator.php 100% <ø> (ø) 3 <0> (ø) :arrow_down:
...rio/Component/Finder/Filter/GlobFilterIterator.php 100% <ø> (ø) 1 <0> (ø) :arrow_down:
...omponent/Finder/Filter/DateRangeFilterIterator.php 100% <ø> (ø) 7 <0> (ø) :arrow_down:
...o/Component/Finder/Filter/CustomFilterIterator.php 100% <ø> (ø) 4 <0> (ø) :arrow_down:
...io/Component/Finder/Filter/RegexFilterIterator.php 100% <ø> (ø) 14 <0> (ø) :arrow_down:
...omponent/Finder/Filter/SizeRangeFilterIterator.php 100% <ø> (ø) 5 <0> (ø) :arrow_down:
...Component/Finder/Filter/FileTypeFilterIterator.php 100% <ø> (ø) 6 <0> (ø) :arrow_down:
src/Viserio/Component/Finder/SplFileInfo.php 86.53% <0%> (+5.76%) 16 <0> (ø) :arrow_down:
...Viserio/Component/Finder/Iterator/GlobIterator.php 96.66% <100%> (+0.66%) 16 <2> (+2) :arrow_up:
src/Viserio/Component/Finder/Finder.php 94.3% <100%> (+0.51%) 86 <34> (ø) :arrow_down:
... and 15 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 71c99cc...7ae841f. Read the comment docs.