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

Add unevaluatedProperties test #968

Closed justin-tay closed 6 months ago

justin-tay commented 6 months ago

Closes #967

This adds a test case to verify that the issue raised has already been fixed.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1f60740) 78.63% compared to head (2741fe6) 78.65%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #968 +/- ## ============================================ + Coverage 78.63% 78.65% +0.01% - Complexity 1809 1810 +1 ============================================ Files 161 161 Lines 5893 5893 Branches 1116 1116 ============================================ + Hits 4634 4635 +1 Misses 833 833 + Partials 426 425 -1 ```

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