maykinmedia / commonground-api-common

Shared functions between Common Ground API components
0 stars 0 forks source link

Remove drf yasg #24

Open CharString opened 7 months ago

CharString commented 7 months ago

Passes test, but please try use it and add test cases where your project breaks.

Fixes https://github.com/maykinmedia/commonground-api-common/issues/29

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 65.82633% with 122 lines in your changes missing coverage. Please review.

Project coverage is 57.79%. Comparing base (9563533) to head (56c2190). Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
vng_api_common/permissions.py 23.65% 71 Missing :warning:
vng_api_common/schema.py 73.07% 25 Missing and 10 partials :warning:
vng_api_common/extensions/field_extensions.py 83.05% 8 Missing and 2 partials :warning:
vng_api_common/extensions/serializer_extensions.py 87.87% 2 Missing and 2 partials :warning:
vng_api_common/generators.py 75.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ========================================== + Coverage 54.95% 57.79% +2.83% ========================================== Files 79 73 -6 Lines 3632 3239 -393 Branches 590 431 -159 ========================================== - Hits 1996 1872 -124 + Misses 1533 1275 -258 + Partials 103 92 -11 ```

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

annashamray commented 7 months ago

Please don't merge this PR before I review it