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

Fix `unevaluatedProperties` #963

Closed justin-tay closed 7 months ago

justin-tay commented 7 months ago

Closes #962

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (5069ba4) 78.79% compared to head (8492923) 78.78%.

Files Patch % Lines
src/main/java/com/networknt/schema/JsonSchema.java 50.00% 0 Missing and 1 partial :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #963 +/- ## ============================================ - Coverage 78.79% 78.78% -0.02% - Complexity 1767 1768 +1 ============================================ Files 160 160 Lines 5797 5798 +1 Branches 1080 1081 +1 ============================================ Hits 4568 4568 Misses 825 825 - Partials 404 405 +1 ```

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