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

Support owned iterators for GroupBy and IntoChunks into_iter() #500

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

make clippy happy

9b3e953
Select commit
Loading
Failed to load commit list.
Open

Support owned iterators for GroupBy and IntoChunks into_iter() #500

make clippy happy
9b3e953
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 2, 2024 in 1s

94.44% (+0.06%) compared to 6814180

View this Pull Request on Codecov

94.44% (+0.06%) compared to 6814180

Details

Codecov Report

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

Project coverage is 94.44%. Comparing base (6814180) to head (9b3e953).
Report is 99 commits behind head on master.

Files Patch % Lines
src/groupbylazy.rs 83.33% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #500      +/-   ##
==========================================
+ Coverage   94.38%   94.44%   +0.06%     
==========================================
  Files          48       49       +1     
  Lines        6665     7062     +397     
==========================================
+ Hits         6291     6670     +379     
- Misses        374      392      +18     

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