JuliaCollections / IterTools.jl

Common functional iterator patterns
Other
152 stars 28 forks source link

use `front` and `last` instead of reimplementing inline #117

Closed nsajko closed 8 months ago

nsajko commented 9 months ago

Fixes #98

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0791c83) 90.77% compared to head (54e511e) 90.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #117 +/- ## ======================================= Coverage 90.77% 90.77% ======================================= Files 1 1 Lines 401 401 ======================================= Hits 364 364 Misses 37 37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nsajko commented 8 months ago

bump