dereuromark / cakephp-ide-helper

IDE Helper plugin for CakePHP
MIT License
185 stars 39 forks source link

Backported support for more complex array annotations and for multiline annotation #347

Closed Harfusha closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 88.84120% with 78 lines in your changes are missing coverage. Please review.

Project coverage is 87.51%. Comparing base (37887de) to head (69b4ab7).

Files Patch % Lines
src/Shell/AnnotationsShell.php 90.12% 40 Missing :warning:
src/Annotator/ShellAnnotator.php 71.92% 16 Missing :warning:
src/Shell/IlluminatorShell.php 89.55% 7 Missing :warning:
src/Plugin.php 0.00% 6 Missing :warning:
src/Shell/PhpstormShell.php 90.47% 4 Missing :warning:
src/Annotator/CommandAnnotator.php 85.71% 1 Missing :warning:
src/Annotator/RoutesAnnotator.php 95.00% 1 Missing :warning:
src/Illuminator/TaskCollection.php 66.66% 1 Missing :warning:
src/Shell/CodeCompletionShell.php 96.15% 1 Missing :warning:
src/View/Helper/DocBlockHelper.php 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #347 +/- ## ============================================ + Coverage 83.09% 87.51% +4.42% + Complexity 1791 1630 -161 ============================================ Files 114 104 -10 Lines 4891 4669 -222 ============================================ + Hits 4064 4086 +22 + Misses 827 583 -244 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.