Skip to content

Improve handling of SIGINT interrupts #621

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

Merged
merged 2 commits into from
Mar 12, 2025
Merged

Improve handling of SIGINT interrupts #621

merged 2 commits into from
Mar 12, 2025

Conversation

odow
Copy link
Member

@odow odow commented Mar 12, 2025

Closes #620

I tried a bunch of different approaches. This seemed like the most robust.

Copy link

codecov bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.52%. Comparing base (28325ac) to head (751dd20).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #621   +/-   ##
=======================================
  Coverage   93.51%   93.52%           
=======================================
  Files           6        6           
  Lines        2714     2718    +4     
=======================================
+ Hits         2538     2542    +4     
  Misses        176      176           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@odow odow merged commit e4ce996 into master Mar 12, 2025
23 checks passed
@odow odow deleted the od/fix-sigint branch March 12, 2025 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Make CTRL+C work properly
1 participant