voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.52k stars 241 forks source link

Add const validator to draft6. #425

Closed torce closed 1 year ago

torce commented 5 years ago

Ignored all draft7 tests in common suite.

pboling commented 3 years ago

https://github.com/ruby-json-schema/json-schema/issues/423#issuecomment-634811990

codecov[bot] commented 1 year ago

Codecov Report

Base: 89.99% // Head: 89.99% // No change to project coverage :thumbsup:

Coverage data is based on head (9c69a82) compared to base (5ae8c63). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #425 +/- ## ======================================= Coverage 89.99% 89.99% ======================================= Files 76 76 Lines 1579 1579 ======================================= Hits 1421 1421 Misses 158 158 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

torce commented 1 year ago

@bastelfreak Since this feature was already merged in #471, I have reduced this PR to just enable the "const" tests of the common test suite which was the only missing part of #471.

bastelfreak commented 1 year ago

@torce thanks for the work!