-
Notifications
You must be signed in to change notification settings - Fork 27
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
🔨 Profile api server #4754
🔨 Profile api server #4754
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4754 +/- ##
=========================================
- Coverage 87.0% 62.6% -24.4%
=========================================
Files 1127 538 -589
Lines 46940 26662 -20278
Branches 1013 190 -823
=========================================
- Hits 40860 16709 -24151
- Misses 5853 9906 +4053
+ Partials 227 47 -180
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Cool. Now lets find the bottleneck
services/api-server/src/simcore_service_api_server/core/application.py
Outdated
Show resolved
Hide resolved
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.
very nice!
services/api-server/src/simcore_service_api_server/core/application.py
Outdated
Show resolved
Hide resolved
NOTE: pls check the code smell reported by sonar! |
…simcore into profile-api-server
…simcore into profile-api-server
Kudos, SonarCloud Quality Gate passed!
|
Code Climate has analyzed commit 96553f6 and detected 0 issues on this pull request. View more on Code Climate. |
What do these changes do?
Related issue/s
How to test
DevOps Checklist