OptimumCode / json-schema-validator

The JSON schema validation library that works with https://github.com/Kotlin/kotlinx.serialization
MIT License
33 stars 3 forks source link

JsonPointer optimizations #117

Closed OptimumCode closed 5 months ago

OptimumCode commented 5 months ago

Rework JsonPointer to reduce time spent on creating a new one from the existing one.

Resolves #116

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 95.89041% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 90.32%. Comparing base (05f589b) to head (680c475).

Files Patch % Lines
.../io/github/optimumcode/json/pointer/JsonPointer.kt 97.14% 1 Missing and 1 partial :warning:
...n/io/github/optimumcode/json/pointer/extensions.kt 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #117 +/- ## ========================================== + Coverage 90.15% 90.32% +0.16% ========================================== Files 120 120 Lines 3191 3205 +14 Branches 945 955 +10 ========================================== + Hits 2877 2895 +18 + Misses 53 50 -3 + Partials 261 260 -1 ```

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