Respect / Validation

The most awesome validation engine ever created for PHP
https://respect-validation.readthedocs.io
MIT License
5.75k stars 774 forks source link

Increase test coverage for some rules #1412

Closed dcorrea777 closed 1 year ago

dcorrea777 commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.13 :tada:

Comparison is base (8f545c1) 94.61% compared to head (64ae77e) 94.74%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1412 +/- ## ============================================ + Coverage 94.61% 94.74% +0.13% Complexity 973 973 ============================================ Files 195 195 Lines 2285 2285 ============================================ + Hits 2162 2165 +3 + Misses 123 120 -3 ``` [see 3 files with indirect coverage changes](https://codecov.io/gh/Respect/Validation/pull/1412/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Respect) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Respect). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Respect)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dcorrea777 commented 1 year ago

I don't know if the message pattern is correct, but I can change it if necessary.

alganet commented 1 year ago

Looks good to me! Thanks for your contribution 🐼