lib: add signalMonitor event for process#62975
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #62975 +/- ##
==========================================
- Coverage 89.66% 89.64% -0.03%
==========================================
Files 706 706
Lines 219416 219414 -2
Branches 42073 42076 +3
==========================================
- Hits 196738 196687 -51
- Misses 14576 14647 +71
+ Partials 8102 8080 -22
🚀 New features to boost your workflow:
|
|
I tested this change on both Windows and macOS. With only As I understand it, Because of that, I don't think this resolves #62909 yet. The issue there is about passively observing real signal delivery without installing an active signal handler, so I think the test should cover an actual signal-delivery path, not only |
fixed : #62909
make -j4 test(UNIX), orvcbuild test(Windows) passes