Skip to content

Untangle InterleaveShortest::size_hint and fix #1068#1112

Open
phimuemue wants to merge 13 commits into
rust-itertools:masterfrom
phimuemue:untangle_interleaveshortest_size_hint
Open

Untangle InterleaveShortest::size_hint and fix #1068#1112
phimuemue wants to merge 13 commits into
rust-itertools:masterfrom
phimuemue:untangle_interleaveshortest_size_hint

Use `saturating_add` in `InterleaveShortest::size_hint`

881101f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 1, 2026 in 0s

93.98% (-0.40%) compared to 6814180, passed because coverage increased by 0.03% when compared to adjusted base (93.95%)

View this Pull Request on Codecov

93.98% (-0.40%) compared to 6814180, passed because coverage increased by 0.03% when compared to adjusted base (93.95%)

Details

Codecov Report

❌ Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 93.98%. Comparing base (6814180) to head (881101f).
⚠️ Report is 210 commits behind head on master.

Files with missing lines Patch % Lines
src/adaptors/mod.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1112      +/-   ##
==========================================
- Coverage   94.38%   93.98%   -0.40%     
==========================================
  Files          48       52       +4     
  Lines        6665     6671       +6     
==========================================
- Hits         6291     6270      -21     
- Misses        374      401      +27     

☔ View full report in Codecov by Harness.
📢 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.