-
Notifications
You must be signed in to change notification settings - Fork 18
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
refactor: Migrate GET /admin/users/<iri|email|name>
to Tapir
#3020
Conversation
GET /admin/users/<iri|email|name>
to TapirGET /admin/users/<iri|email|name>
to Tapir
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3020 +/- ##
===========================================
+ Coverage 11.74% 88.51% +76.76%
===========================================
Files 246 258 +12
Lines 22907 22826 -81
===========================================
+ Hits 2690 20204 +17514
+ Misses 20217 2622 -17595 ☔ 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.
Just one question/suggestion below:
Pull Request Checklist
Task Description/Number
Issue Number: DEV-
PR Type
Basic requirements for bug fixes and features
Does this PR introduce a breaking change?
Does this PR change client-test-data?