networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
822 stars 323 forks source link

Support type loose for multipleOf validator #945

Closed justin-tay closed 7 months ago

justin-tay commented 7 months ago

Closes #917, closes #893

This adds support for type loose configuration for the multipleOf validator.

codecov-commenter commented 7 months ago

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (2795d79) 78.85% compared to head (3cb9596) 78.81%.

Files Patch % Lines
...java/com/networknt/schema/MultipleOfValidator.java 61.11% 1 Missing and 6 partials :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #945 +/- ## ============================================ - Coverage 78.85% 78.81% -0.05% - Complexity 1690 1694 +4 ============================================ Files 157 157 Lines 5661 5669 +8 Branches 1068 1071 +3 ============================================ + Hits 4464 4468 +4 - Misses 798 799 +1 - Partials 399 402 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.