Skip to content

Feature/panic recovery#20

Merged
cinar merged 4 commits intomainfrom
feature/panic-recovery
Mar 6, 2026
Merged

Feature/panic recovery#20
cinar merged 4 commits intomainfrom
feature/panic-recovery

Conversation

@cinar
Copy link
Owner

@cinar cinar commented Mar 6, 2026

No description provided.

cinar added 4 commits March 5, 2026 20:54
- Added WithPanicRecovery functional option to enable panic handling.
- Introduced PanicError to encapsulate recovered panic values and stack traces.
- Modified execution logic to treat recovered panics as retryable errors.
- Added comprehensive unit tests for sequential and hedged execution.
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.84%. Comparing base (b32a23d) to head (1670bc3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   92.61%   92.84%   +0.22%     
==========================================
  Files           8        8              
  Lines         447      447              
==========================================
+ Hits          414      415       +1     
+ Misses         24       23       -1     
  Partials        9        9              

☔ 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.

@cinar cinar merged commit cbfaeef into main Mar 6, 2026
4 checks passed
@cinar cinar deleted the feature/panic-recovery branch March 6, 2026 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants