Skip to content

feat(helpers): add length range support in arrayElements#1772

Merged
ST-DDT merged 10 commits into
nextfrom
feat/count_ranges_arrayElements
Jan 26, 2023
Merged

feat(helpers): add length range support in arrayElements#1772
ST-DDT merged 10 commits into
nextfrom
feat/count_ranges_arrayElements

Conversation

@ejcheng

@ejcheng ejcheng commented Jan 23, 2023

Copy link
Copy Markdown
Member

closes #1771

@ejcheng ejcheng added c: feature Request for new feature p: 1-normal Nothing urgent s: accepted Accepted feature / Confirmed bug m: helpers Something is referring to the helpers module labels Jan 23, 2023
@ejcheng ejcheng requested a review from a team January 23, 2023 16:29
@ejcheng ejcheng requested a review from a team as a code owner January 23, 2023 16:29
@ejcheng ejcheng self-assigned this Jan 23, 2023
Comment thread src/modules/helpers/index.ts Outdated
@codecov

codecov Bot commented Jan 23, 2023

Copy link
Copy Markdown

Codecov Report

Merging #1772 (f094b47) into next (c7ce35a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head f094b47 differs from pull request most recent head b10eb2d. Consider uploading reports for the commit b10eb2d to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #1772   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files        2340     2340           
  Lines      242654   242669   +15     
  Branches     1110     1112    +2     
=======================================
+ Hits       241802   241819   +17     
+ Misses        831      829    -2     
  Partials       21       21           
Impacted Files Coverage Δ
src/modules/helpers/index.ts 99.20% <100.00%> (+0.21%) ⬆️
Comment thread test/helpers.spec.ts Outdated
Co-authored-by: DivisionByZero <leyla.jaehnig@gmx.de>
Comment thread src/modules/helpers/index.ts Outdated
Comment thread src/modules/helpers/index.ts Outdated
Comment thread src/modules/helpers/index.ts Outdated
Comment thread src/modules/helpers/index.ts Outdated
Comment thread src/modules/helpers/index.ts
Comment thread src/modules/helpers/index.ts

@ST-DDT ST-DDT left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.
Thanks for addressing this.

@ST-DDT ST-DDT requested review from a team and Shinigami92 January 25, 2023 14:38
@ST-DDT ST-DDT enabled auto-merge (squash) January 26, 2023 16:04

@Shinigami92 Shinigami92 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now this is an improvement
Later on we could maybe do what I have in my mind and return just random elements out of the given set

@ST-DDT ST-DDT merged commit b86638d into next Jan 26, 2023
@ST-DDT ST-DDT deleted the feat/count_ranges_arrayElements branch January 26, 2023 16:13
matthewmayer pushed a commit to matthewmayer/faker that referenced this pull request Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: feature Request for new feature m: helpers Something is referring to the helpers module p: 1-normal Nothing urgent s: accepted Accepted feature / Confirmed bug

4 participants