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: support curly braces multipliers for groups and map infinite multipliers to capped finite versions #13

Merged
merged 1 commit into from
Nov 24, 2018

Conversation

johanneslumpe
Copy link
Owner

@codecov-io
Copy link

codecov-io commented Nov 24, 2018

Codecov Report

Merging #13 into master will decrease coverage by 1.51%.
The diff coverage is 20.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   41.65%   40.14%   -1.52%     
==========================================
  Files          43       47       +4     
  Lines         665      700      +35     
  Branches      118      126       +8     
==========================================
+ Hits          277      281       +4     
- Misses        381      412      +31     
  Partials        7        7
Impacted Files Coverage Δ
src/generateIndex.ts 0% <ø> (ø) ⬆️
src/generateTypeNodes.ts 0% <0%> (ø) ⬆️
src/utils/isAsteriskMultiplier.ts 0% <0%> (ø)
src/utils/isPlusMultiplier.ts 0% <0%> (ø)
src/generateTypesFromRawSyntaxes.ts 0% <0%> (ø) ⬆️
src/utils/convertInfiniteMultiplersToFinite.ts 0% <0%> (ø)
src/utils/generateComponentPermutations.ts 100% <100%> (ø) ⬆️
src/utils/isCurlyBraceMultiplierArray.ts 100% <100%> (ø)
src/utils/generateTypeCombinations.ts 75.47% <20%> (-12.91%) ⬇️
... and 3 more

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 ee24316...5974230. Read the comment docs.

@johanneslumpe johanneslumpe merged commit 347f251 into master Nov 24, 2018
@johanneslumpe johanneslumpe deleted the feat/finite-multipliers branch November 24, 2018 20:43
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.

2 participants