Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mutable): adding Map, MapI, Filter, FilterI #577

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samber
Copy link
Owner

@samber samber commented Jan 25, 2025

Adding some basic methods to mutable sub-package.

This PR introduces a new standard i would like to bring to this repo:

  • Map -> without index int
  • MapI -> with index int

I don't plan to make a breaking change to the main lo package in the short term.

Copy link

codecov bot commented Jan 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.15%. Comparing base (677bfd1) to head (415a6a9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #577      +/-   ##
==========================================
+ Coverage   94.10%   94.15%   +0.04%     
==========================================
  Files          18       18              
  Lines        3039     3063      +24     
==========================================
+ Hits         2860     2884      +24     
  Misses        168      168              
  Partials       11       11              
Flag Coverage Δ
unittests 94.15% <100.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@samber samber mentioned this pull request Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant