BooleanCat / go-functional

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

Improve test coverage #114

Closed BooleanCat closed 2 months ago

BooleanCat commented 2 months ago

Please provide a brief description of the change.

Using the builtin slices and maps packages instead of the recently deleted future package has lowered coverage, this improves it.

Which issue does this change relate to?

N/A

Contribution checklist.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 95.03%. Comparing base (1b798cf) to head (8da6157).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v2 #114 +/- ## ========================================== + Coverage 93.78% 95.03% +1.24% ========================================== Files 16 16 Lines 322 322 ========================================== + Hits 302 306 +4 + Misses 10 8 -2 + Partials 10 8 -2 ```

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