JuliaCollections / IterTools.jl

Common functional iterator patterns
Other
152 stars 28 forks source link

Partition length #75

Closed goretkin closed 4 years ago

goretkin commented 4 years ago

The length of the Partition iterator can be computed from the length of the underlying iterator.

codecov-commenter commented 4 years ago

Codecov Report

Merging #75 into master will increase coverage by 0.89%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   72.95%   73.85%   +0.89%     
==========================================
  Files           1        1              
  Lines         281      283       +2     
==========================================
+ Hits          205      209       +4     
+ Misses         76       74       -2     
Impacted Files Coverage Δ
src/IterTools.jl 73.85% <66.66%> (+0.89%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c31c15b...7ee7639. Read the comment docs.