Skip to content
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

Add MustCollect consumer #144

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Add MustCollect consumer #144

merged 1 commit into from
Sep 9, 2024

Conversation

BooleanCat
Copy link
Owner

Please provide a brief description of the change.

Add MustCollect consumer that behaves like TryCollect except that it panics when an error is encountered.

Which issue does this change relate to?

None.

Contribution checklist.

  • I have read and understood the CONTRIBUTING guidelines
  • All commits in my PR conform to the commit hygiene section
  • I have added relevant tests
  • I have not added any dependencies

Additional context

None.

@BooleanCat BooleanCat self-assigned this Sep 9, 2024
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (0563dae) to head (f72754d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #144   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           32        32           
  Lines          492       499    +7     
=========================================
+ Hits           492       499    +7     

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

@BooleanCat BooleanCat merged commit e3d53ac into main Sep 9, 2024
4 checks passed
@BooleanCat BooleanCat deleted the must branch September 9, 2024 21:02
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.

1 participant