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 test for type integer #954

Closed justin-tay closed 7 months ago

justin-tay commented 7 months ago

Closes #864

Adds a test to verify this issue is fixed.

This was fixed in https://github.com/networknt/json-schema-validator/commit/1834353ea285108e6c673a6aaeed7c1130ed9d10 in 1.0.83.

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (51fd82b) 78.98% compared to head (ad741d8) 78.98%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #954 +/- ## ========================================= Coverage 78.98% 78.98% Complexity 1717 1717 ========================================= Files 157 157 Lines 5715 5715 Branches 1079 1079 ========================================= Hits 4514 4514 Misses 802 802 Partials 399 399 ```

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