-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix Warning coming from ProcessFollowerWidget #512
Fix Warning coming from ProcessFollowerWidget #512
Conversation
This was missed when we changed the ProcessMonitor to use Process UUID as its traitlet.
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #512 +/- ##
=======================================
Coverage 79.31% 79.31%
=======================================
Files 27 27
Lines 3834 3834
=======================================
Hits 3041 3041
Misses 793 793
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. 📢 Have feedback on the report? Share it here. |
@unkcpz, since you are reviewing it, I will un-assign myself. I trust you guys :) |
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 all good, thanks!
This was missed when we changed the ProcessMonitor to use Process UUID as its traitlet. I discovered this when I was trying to get rid of warnings in unit tests in #509
@yakutovicha @unkcpz I am not very familiar with this Widget, could you please test it?