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

Update upgrading doc on fail fast #961

Closed justin-tay closed 7 months ago

justin-tay commented 7 months ago

Closes #960

Missed out this particular change.

This was partially done to distinguish the fail fast result from true exceptions such as when references could not be resolved.

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (32356e9) 79.01% compared to head (eb382cb) 79.01%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #961 +/- ## ========================================= Coverage 79.01% 79.01% Complexity 1726 1726 ========================================= Files 158 158 Lines 5753 5753 Branches 1087 1087 ========================================= Hits 4546 4546 Misses 809 809 Partials 398 398 ```

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