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 message #975

Closed justin-tay closed 6 months ago

justin-tay commented 6 months ago

This fixes the use of message in a validator. Currently this always gets overridden.

codecov-commenter commented 6 months ago

Codecov Report

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

Comparison is base (bc93b44) 78.75% compared to head (576c656) 78.75%.

Files Patch % Lines
...tworknt/schema/MessageSourceValidationMessage.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 #975 +/- ## ========================================= Coverage 78.75% 78.75% - Complexity 1850 1851 +1 ========================================= Files 164 164 Lines 5987 5988 +1 Branches 1146 1147 +1 ========================================= + Hits 4715 4716 +1 + Misses 837 836 -1 - Partials 435 436 +1 ```

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