-
Notifications
You must be signed in to change notification settings - Fork 32
♻️ Refactor and polish api keys domain of webserver #7293
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 and polish api keys domain of webserver #7293
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7293 +/- ##
==========================================
- Coverage 87.14% 83.76% -3.38%
==========================================
Files 1690 663 -1027
Lines 65633 31631 -34002
Branches 1121 168 -953
==========================================
- Hits 57193 26496 -30697
+ Misses 8120 5077 -3043
+ Partials 320 58 -262
Continue to review full report in Codecov by Sentry.
|
pcrespov
left a comment
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.
thx but ... come on, get it to 100% .. just a few lines missing in the most important modules: repository and rest controller! ;-)
services/web/server/src/simcore_service_webserver/api_keys/_repository.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/api_keys/service_api_keys.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/api_keys/_repository.py
Show resolved
Hide resolved
matusdrobuliak66
left a comment
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!
services/web/server/src/simcore_service_webserver/garbage_collector/_tasks_api_keys.py
Outdated
Show resolved
Hide resolved
|



What do these changes do?
Related issue/s
How to test
Dev-ops checklist