BooleanCat / go-functional

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

increase map test coverage #121

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?

This just includes coverage for map.

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 96.27%. Comparing base (b35ab35) to head (030474a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v2 #121 +/- ## ========================================== + Coverage 95.03% 96.27% +1.24% ========================================== Files 16 16 Lines 322 322 ========================================== + Hits 306 310 +4 + Misses 8 6 -2 + Partials 8 6 -2 ```

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