Skip to content

Adds support for validating an IRI #768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2023
Merged

Adds support for validating an IRI #768

merged 1 commit into from
May 17, 2023

Conversation

fdutton
Copy link
Contributor

@fdutton fdutton commented May 17, 2023

Resolves #767

@fdutton fdutton linked an issue May 17, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Merging #768 (328c546) into master (cb7c53b) will increase coverage by 0.02%.
The diff coverage is 95.23%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff              @@
##             master     #768      +/-   ##
============================================
+ Coverage     74.24%   74.26%   +0.02%     
- Complexity     1087     1089       +2     
============================================
  Files           115      116       +1     
  Lines          3851     3855       +4     
  Branches        742      742              
============================================
+ Hits           2859     2863       +4     
- Misses          693      694       +1     
+ Partials        299      298       -1     
Impacted Files Coverage Δ
...networknt/schema/format/AbstractRFC3986Format.java 100.00% <ø> (ø)
...in/java/com/networknt/schema/format/UriFormat.java 100.00% <ø> (ø)
...om/networknt/schema/format/UriReferenceFormat.java 100.00% <ø> (ø)
...in/java/com/networknt/schema/format/IriFormat.java 66.66% <66.66%> (ø)
...main/java/com/networknt/schema/JsonMetaSchema.java 82.25% <100.00%> (+0.14%) ⬆️
...om/networknt/schema/format/IriReferenceFormat.java 100.00% <100.00%> (ø)
.../java/com/networknt/schema/format/RegexFormat.java 85.71% <100.00%> (ø)
...n/java/com/networknt/schema/format/TimeFormat.java 84.61% <100.00%> (ø)

... and 1 file with indirect coverage changes

@stevehu stevehu merged commit 19011c3 into master May 17, 2023
@stevehu stevehu deleted the issue767 branch May 17, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support validating an IRI
3 participants