Skip to content

implement native multi-error aggregation (#34)#41

Merged
cinar merged 4 commits intomainfrom
feat/issue-34
Apr 3, 2026
Merged

implement native multi-error aggregation (#34)#41
cinar merged 4 commits intomainfrom
feat/issue-34

Conversation

@cinar
Copy link
Copy Markdown
Owner

@cinar cinar commented Apr 2, 2026

This PR implements native multi-error aggregation using Go 1.20's errors.Join in both standard and hedged retry loops. This prevents the loss of critical debugging context by returning the complete timeline of failures encountered during an exhausted retry sequence. fixes #34

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 2, 2026

Codecov Report

❌ Patch coverage is 87.50000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.47%. Comparing base (5d367eb) to head (b02f308).

Files with missing lines Patch % Lines
retry.go 87.50% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   83.19%   83.47%   +0.27%     
==========================================
  Files          12       12              
  Lines         851      853       +2     
==========================================
+ Hits          708      712       +4     
+ Misses        115      114       -1     
+ Partials       28       27       -1     

☔ 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 350e07c into main Apr 3, 2026
4 checks passed
@cinar cinar deleted the feat/issue-34 branch April 3, 2026 03:03
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.

Native Multi-Error Aggregation

2 participants