-
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
♻️Webserver: refactor computations plugin (⚠️ devops) #4162
♻️Webserver: refactor computations plugin (⚠️ devops) #4162
Conversation
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.
👍
Codecov Report
@@ Coverage Diff @@
## master #4162 +/- ##
=========================================
+ Coverage 57.2% 77.9% +20.6%
=========================================
Files 666 399 -267
Lines 29249 20614 -8635
Branches 585 173 -412
=========================================
- Hits 16749 16069 -680
+ Misses 12377 4496 -7881
+ Partials 123 49 -74
Flags with carried forward coverage won't be shown. Click here to find out more.
|
f9badd7
to
daed72c
Compare
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.
looks great!
services/web/server/tests/unit/with_dbs/01/notifications/test_utils.py
Outdated
Show resolved
Hide resolved
...ices/web/server/src/simcore_service_webserver/notifications/_db_comp_tasks_listening_task.py
Show resolved
Hide resolved
...ices/web/server/src/simcore_service_webserver/notifications/_db_comp_tasks_listening_task.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/notifications/_rabbitmq_consumers.py
Outdated
Show resolved
Hide resolved
Code Climate has analyzed commit 1ade3ac and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
👍
What do these changes do?
WEBSERVER_COMPUTATION
is replaced byWEBSERVER_NOTIFICATIONS
but is backward compatible so nothing bad will happen.Related issue/s
How to test
DevOps Checklist