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: universal helpers for all iterable data structures #38

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KiraLT
Copy link
Owner

@KiraLT KiraLT commented Sep 7, 2021

No description provided.

@KiraLT KiraLT linked an issue Sep 7, 2021 that may be closed by this pull request
17 tasks
@codecov
Copy link

codecov bot commented Sep 8, 2021

Codecov Report

Merging #38 (ce646bb) into main (0560ba1) will decrease coverage by 0.19%.
The diff coverage is 92.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
- Coverage   97.81%   97.61%   -0.20%     
==========================================
  Files          17       18       +1     
  Lines         685      712      +27     
  Branches      125      110      -15     
==========================================
+ Hits          670      695      +25     
- Misses         15       17       +2     
Impacted Files Coverage Δ
src/array.ts 99.10% <ø> (-0.04%) ⬇️
src/iterable.ts 91.17% <91.17%> (ø)
src/index.ts 100.00% <100.00%> (ø)
src/object.ts 95.89% <100.00%> (-0.22%) ⬇️
src/fp.ts 100.00% <0.00%> (+2.38%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0560ba1...ce646bb. Read the comment docs.

@KiraLT KiraLT marked this pull request as draft December 27, 2022 16:38
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.

Universal helpers for all iterable data structures
1 participant