Skip to content

Implement ExactSizeIterator for ArrayWindows<I, N> for small positive N - #1118

Open
ronnodas wants to merge 3 commits into
rust-itertools:masterfrom
ronnodas:array-windows-esi
Open

Implement ExactSizeIterator for ArrayWindows<I, N> for small positive N#1118
ronnodas wants to merge 3 commits into
rust-itertools:masterfrom
ronnodas:array-windows-esi

add tests

8fa10a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 16, 2026 in 1s

93.92% (-0.47%) compared to 6814180

View this Pull Request on Codecov

93.92% (-0.47%) compared to 6814180

Details

Codecov Report

❌ Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 93.92%. Comparing base (6814180) to head (8fa10a3).
⚠️ Report is 211 commits behind head on master.

Files with missing lines Patch % Lines
src/array_impl.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1118      +/-   ##
==========================================
- Coverage   94.38%   93.92%   -0.47%     
==========================================
  Files          48       52       +4     
  Lines        6665     6687      +22     
==========================================
- Hits         6291     6281      -10     
- Misses        374      406      +32     

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