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(ArrayValidator): add length ranges #53

Merged
merged 6 commits into from
Mar 5, 2022
Merged

Conversation

vladfrangu
Copy link
Member

No description provided.

src/constraints/ArrayLengthConstraints.ts Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Mar 3, 2022

Codecov Report

Merging #53 (4c2ba26) into main (793648b) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   97.49%   97.55%   +0.06%     
==========================================
  Files          41       41              
  Lines        1079     1106      +27     
  Branches      222      231       +9     
==========================================
+ Hits         1052     1079      +27     
  Misses         23       23              
  Partials        4        4              
Impacted Files Coverage Δ
src/index.ts 100.00% <ø> (ø)
src/constraints/ArrayLengthConstraints.ts 100.00% <100.00%> (ø)
src/constraints/StringConstraints.ts 100.00% <100.00%> (ø)
src/validators/ArrayValidator.ts 100.00% <100.00%> (ø)
src/validators/BaseValidator.ts 100.00% <100.00%> (ø)
src/validators/BigIntValidator.ts 100.00% <100.00%> (ø)
src/validators/TupleValidator.ts 100.00% <100.00%> (ø)

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 793648b...4c2ba26. Read the comment docs.

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
@vladfrangu vladfrangu requested review from kyranet and favna March 3, 2022 09:38
kyranet
kyranet previously approved these changes Mar 3, 2022
@favna favna merged commit e431d62 into main Mar 5, 2022
@favna favna deleted the feat/array-length-range branch March 5, 2022 11: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.

5 participants