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: add pick, omit, pickBy, and omitBy functions #21

Closed
wants to merge 1 commit into from

Conversation

Aybrea
Copy link
Collaborator

@Aybrea Aybrea commented Nov 3, 2024

Add pick, omit, pickBy, and omitBy functions to the collection module.

Copy link

codecov bot commented Nov 3, 2024

Codecov Report

Attention: Patch coverage is 6.18557% with 91 lines in your changes missing coverage. Please review.

Project coverage is 81.93%. Comparing base (af238bd) to head (7a9459e).

Files with missing lines Patch % Lines
src/array.ts 9.83% 42 Missing and 13 partials ⚠️
src/collection.ts 0.00% 32 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #21       +/-   ##
===========================================
- Coverage   98.65%   81.93%   -16.72%     
===========================================
  Files           9        9               
  Lines         446      537       +91     
  Branches       93      114       +21     
===========================================
  Hits          440      440               
- Misses          4       78       +74     
- Partials        2       19       +17     

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

@Aybrea Aybrea changed the title feat: extend array & collection methods feat: add pick, omit, pickBy, and omitBy functions Nov 3, 2024
@Aybrea Aybrea closed this Nov 4, 2024
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