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

Validation/arrayof checker #362

Merged
merged 4 commits into from
Dec 16, 2020
Merged

Validation/arrayof checker #362

merged 4 commits into from
Dec 16, 2020

Conversation

vvval
Copy link
Member

@vvval vvval commented Dec 15, 2020

No description provided.

@vvval vvval linked an issue Dec 15, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Dec 15, 2020

Codecov Report

Merging #362 (7986a0d) into master (02afea5) will decrease coverage by 1.31%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #362      +/-   ##
============================================
- Coverage     92.63%   91.32%   -1.32%     
- Complexity     7373     8063     +690     
============================================
  Files          1016     1108      +92     
  Lines         25101    27262    +2161     
============================================
+ Hits          23252    24896    +1644     
- Misses         1849     2366     +517     
Impacted Files Coverage Δ Complexity Δ
...ework/Bootloader/Security/ValidationBootloader.php 100.00% <ø> (ø) 5.00 <0.00> (ø)
src/Validation/tests/BaseTest.php 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/Validation/src/AbstractValidator.php 100.00% <100.00%> (ø) 18.00 <18.00> (?)
src/Validation/src/Checker/TypeChecker.php 100.00% <100.00%> (ø) 15.00 <6.00> (+6.00)
src/Validation/src/Validator.php 100.00% <100.00%> (ø) 8.00 <0.00> (-15.00)
src/Validation/tests/Checkers/TypesTest.php 100.00% <100.00%> (ø) 8.00 <1.00> (+1.00)
src/Validation/tests/MessagesTest.php 100.00% <100.00%> (ø) 6.00 <1.00> (+1.00)
src/Framework/GRPC/ProtoCompiler.php 0.00% <0.00%> (-100.00%) 8.00% <0.00%> (ø%)
src/Framework/Command/GRPC/ListCommand.php 0.00% <0.00%> (-100.00%) 3.00% <0.00%> (ø%)
src/Framework/GRPC/ServiceLocator.php 0.00% <0.00%> (-92.31%) 6.00% <0.00%> (ø%)
... and 159 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 e0cd309...c20595b. Read the comment docs.

@vvval vvval mentioned this pull request Dec 15, 2020
@vvval vvval merged commit ce1da08 into master Dec 16, 2020
@SerafimArts SerafimArts deleted the validation/arrayof_checker branch July 22, 2021 10:23
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.

[validation] Add arrayOf checker
2 participants