phpunit icon indicating copy to clipboard operation
phpunit copied to clipboard

Declare generic types for Iterators

Open staabm opened this issue 3 years ago • 1 comments

staabm avatar Feb 23 '22 14:02 staabm

Codecov Report

Merging #4894 (d6eb8a6) into master (d44ae16) will increase coverage by 0.00%. The diff coverage is n/a.

:exclamation: Current head d6eb8a6 differs from pull request most recent head cfd5f3b. Consider uploading reports for the commit cfd5f3b to get more accurate results

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #4894   +/-   ##
=========================================
  Coverage     83.82%   83.82%           
  Complexity     5724     5724           
=========================================
  Files           548      548           
  Lines         14767    14837   +70     
=========================================
+ Hits          12378    12437   +59     
- Misses         2389     2400   +11     
Impacted Files Coverage Δ
src/Framework/TestSuite.php 89.69% <ø> (ø)
src/Framework/TestSuiteIterator.php 100.00% <ø> (ø)
src/Runner/Filter/Factory.php 100.00% <ø> (ø)
src/Util/PHP/AbstractPhpProcess.php 75.73% <0.00%> (-3.01%) :arrow_down:
src/Framework/MockObject/Matcher.php 55.78% <0.00%> (-1.20%) :arrow_down:
src/Runner/PhptTestCase.php 68.92% <0.00%> (-0.46%) :arrow_down:
src/Util/Color.php 100.00% <0.00%> (ø)
src/Metadata/Version/Requirement.php 100.00% <0.00%> (ø)
src/Metadata/Parser/InlineAnnotationParser.php 100.00% <0.00%> (ø)
src/Metadata/Parser/AnnotationParser.php 97.10% <0.00%> (+0.03%) :arrow_up:
... and 9 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 d44ae16...cfd5f3b. Read the comment docs.

codecov[bot] avatar Feb 23 '22 14:02 codecov[bot]