Skip to content

Conversation

@Dirbaio
Copy link
Member

@Dirbaio Dirbaio commented Oct 29, 2025

They're useless, Ok() was always returned. Additionally, it's misleading
to return a Result from the consume closure since it implies TX will
be canceled on Err which is not the case (the driver implementation can't inspect the
result, it just sees a generic R, all it can do is pass it through).

They're useless, Ok() was always returned. Additionally, it's misleading
to return a Result from the `consume` closure since it implies TX will
be canceled on Err which is not the case (the driver implementation can't inspect the
result, it just sees a generic `R`, all it can do is pass it through).
@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.45%. Comparing base (39cd44e) to head (e564938).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1093      +/-   ##
==========================================
- Coverage   80.45%   80.45%   -0.01%     
==========================================
  Files          81       81              
  Lines       24461    24460       -1     
==========================================
- Hits        19681    19680       -1     
  Misses       4780     4780              

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

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.

2 participants