-
Notifications
You must be signed in to change notification settings - Fork 45
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
editoast: add utoipa annotation for infra/{id}/unlock
#7328
editoast: add utoipa annotation for infra/{id}/unlock
#7328
Conversation
infra/{id}/unlock
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7328 +/- ##
============================================
- Coverage 29.09% 29.09% -0.01%
Complexity 2020 2020
============================================
Files 1137 1137
Lines 139639 139647 +8
Branches 2757 2757
============================================
+ Hits 40626 40627 +1
- Misses 97404 97411 +7
Partials 1609 1609
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for following up on this utoipa work. I noticed id
has been changed to infra_id
. Is it intended to convert our API to a more explicit name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅
Yes |
Part of #4580