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

Implement find as an iterator in SBT to provide library users more options #2665

Open
wants to merge 7 commits into
base: latest
Choose a base branch
from

Merge remote-tracking branch 'origin/latest' into find-iter-lifetimes

9582770
Select commit
Loading
Failed to load commit list.
Open

Implement find as an iterator in SBT to provide library users more options #2665

Merge remote-tracking branch 'origin/latest' into find-iter-lifetimes
9582770
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 3, 2024 in 0s

86.78% (+0.00%) compared to fe4790f

View this Pull Request on Codecov

86.78% (+0.00%) compared to fe4790f

Details

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 86.78%. Comparing base (fe4790f) to head (9582770).

Files Patch % Lines
src/core/src/index/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           latest    #2665   +/-   ##
=======================================
  Coverage   86.78%   86.78%           
=======================================
  Files         136      136           
  Lines       15524    15524           
  Branches     2626     2626           
=======================================
  Hits        13472    13472           
  Misses       1751     1751           
  Partials      301      301           

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