-
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
🐛 Update state when patching node #6970
🐛 Update state when patching node #6970
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6970 +/- ##
==========================================
- Coverage 88.11% 82.23% -5.89%
==========================================
Files 1592 632 -960
Lines 62335 30618 -31717
Branches 2012 262 -1750
==========================================
- Hits 54928 25179 -29749
+ Misses 7071 5379 -1692
+ Partials 336 60 -276
Continue to review full report in Codecov by Sentry.
|
Quality Gate passedIssues Measures |
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.
Looking good. thanks!
What do these changes do?
Whenever node's
inputs
are changed, the real state is calculated and returned back as message over WebSocket.Related issue/s
How to test
Dev-ops checklist