BooleanCat / go-functional

go-functional is a library of iterators to augment the standard library
MIT License
405 stars 23 forks source link

increase test coverage for channel, cycle, drop & zip #122

Closed jlc-christie closed 2 months ago

jlc-christie commented 2 months ago

Please provide a brief description of the change.

Due to a change in how pull iterators are implemented, coverage dropped on these tests.

Which issue does this change relate to?

Closes #115

Contribution checklist.

Replace the space in each box with "X" to check it off.

Additional context

N/A

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (b35ab35) to head (f23adea). Report is 1 commits behind head on v2.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v2 #122 +/- ## =========================================== + Coverage 95.03% 100.00% +4.96% =========================================== Files 16 16 Lines 322 322 =========================================== + Hits 306 322 +16 + Misses 8 0 -8 + Partials 8 0 -8 ```

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