Closed martin-sladecek closed 11 months ago
Attention: 7 lines
in your changes are missing coverage. Please review.
Comparison is base (
2971b79
) 79.42% compared to head (ec40664
) 79.39%. Report is 2 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
...n/java/com/networknt/schema/uri/URNURIFactory.java | 25.00% | 6 Missing :warning: |
src/main/java/com/networknt/schema/JsonSchema.java | 0.00% | 0 Missing and 1 partial :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @stevehu, just wanted to check, when can I expect the new release to come out? Thanks!
The new release, 1.0.88, is out. Thanks.
(Hopefully) a fix for #665. Added a special handling for "urn:" URIs When an the same URN is present in some id/anchor, a reference is created. Otherwise, it falls back to the current logic and a special
URIFetcher
needs to be present.