| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Signed-off-by: mete0rfish <sungwon326@naver.com>
Codecov Report❌ Patch coverage is 82.35294% with 3 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #64357 +/- ##
==========================================
- Coverage 92.01% 90.27% -1.75%
==========================================
Files 379 741 +362
Lines 166972 241004 +74032
Branches 25554 45422 +19868
==========================================
+ Hits 153639 217558 +63919
- Misses 13041 15018 +1977
- Partials 292 8428 +8136
... and 548 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Implements the TODO from #43977
The built-in test runner already handles SIGINT and SIGTERM, marking any running tests as interrupted before exiting. The run() API, however, did not provide a way to enable the same behavior.
This change adds an opt-in handleSignals option for test runner integrations:
Signal handling remains disabled by default, so existing run() users that manage process signals themselves are unaffected. Custom runners can now opt in when they need behavior consistent with the CLI test runner.