Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearrange so that Django REST Framework can be kept as an extra #96

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

flaeppe
Copy link
Contributor

@flaeppe flaeppe commented Oct 19, 2023

No description provided.

@flaeppe flaeppe requested review from lundberg and Swamii October 19, 2023 07:09
@github-actions
Copy link

File Coverage Lines Branches Missing
All files 93% 97% 89%
urls.py 75% 100% 50%
utils.py 83% 66% 100% 6-7
drf/admin_api.py 94% 88% 100% 25-26 35 47
drf/separate_api.py 95% 90% 100% 10
drf/test_fencing.py 99% 98% 100% 62 113
src/bananas/__init__.py 79% 83% 75% 19-20
src/bananas/environment.py 96% 97% 95% 224 230 233
src/bananas/models.py 97% 100% 95%
src/bananas/url.py 96% 100% 93%
src/bananas/admin/extension.py 93% 100% 86%
src/bananas/admin/api/i18n.py 91% 83% 100% 10
src/bananas/admin/api/mixins.py 69% 75% 63% 86 94-102 113 129 139-150
src/bananas/admin/api/serializers.py 75% 100% 50%
src/bananas/admin/api/versioning.py 91% 100% 83%
src/bananas/admin/api/views.py 99% 98% 100% 134
src/bananas/admin/api/schemas/base.py 91% 83% 100% 11
src/bananas/admin/api/schemas/yasg.py 88% 95% 82% 93 102 141-142
src/bananas/drf/fencing.py 87% 94% 80% 96-102 141
src/bananas/management/commands/syncpermissions.py 87% 95% 80% 31

Minimum allowed coverage is 85%

Generated by 🐒 cobertura-action against 32f163d

Copy link
Contributor

@Swamii Swamii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@flaeppe flaeppe merged commit 019cd47 into master Oct 19, 2023
@flaeppe flaeppe linked an issue Oct 19, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have drf-yasg as an extra only
2 participants