-
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
🐛 Using a more proper message type #3936
🐛 Using a more proper message type #3936
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3936 +/- ##
=========================================
- Coverage 83.5% 77.8% -5.7%
=========================================
Files 934 384 -550
Lines 40156 19736 -20420
Branches 839 137 -702
=========================================
- Hits 33535 15359 -18176
+ Misses 6400 4328 -2072
+ Partials 221 49 -172
Flags with carried forward coverage won't be shown. Click here to find out more.
|
services/web/server/src/simcore_service_webserver/computation_subscribe.py
Show resolved
Hide resolved
…-simcore-forked into pr-osparc-progress-followup
Code Climate has analyzed commit a97a244 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
The message type was
nodeProgress
, moved toprojectProgress
.Related issue/s
How to test
Checklist