nelmio / NelmioApiDocBundle

Generates documentation for your REST API from annotations
MIT License
2.23k stars 836 forks source link

feat: 4.x annotation to attribute migration 5.x #2369

Closed DjordyKoert closed 1 month ago

DjordyKoert commented 1 month ago
Q A
Bug fix? no
New feature? no
Deprecations? yes

Migration for annotations to attributes https://github.com/nelmio/NelmioApiDocBundle/pull/2368#discussion_r1816553558

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 87.87879% with 4 lines in your changes missing coverage. Please review.

Project coverage is 89.35%. Comparing base (4cc45e8) to head (dba4732). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/Attribute/Areas.php 85.71% 2 Missing :warning:
src/Annotation/Operation.php 0.00% 1 Missing :warning:
src/Routing/FilteredRouteCollectionBuilder.php 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2369 +/- ## ========================================== - Coverage 89.36% 89.35% -0.02% ========================================== Files 73 77 +4 Lines 2841 2846 +5 ========================================== + Hits 2539 2543 +4 - Misses 302 303 +1 ```

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