Skip to content
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

Supports iri-reference format validation. #766

Merged
merged 5 commits into from
May 17, 2023
Merged

Supports iri-reference format validation. #766

merged 5 commits into from
May 17, 2023

Conversation

fdutton
Copy link
Contributor

@fdutton fdutton commented May 16, 2023

Resolves #765

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

Codecov Report

Merging #766 (f7c1cce) into master (e73d129) will increase coverage by 0.12%.
The diff coverage is 96.66%.

❗ 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     #766      +/-   ##
============================================
+ Coverage     74.12%   74.24%   +0.12%     
- Complexity     1080     1087       +7     
============================================
  Files           111      115       +4     
  Lines          3837     3851      +14     
  Branches        742      742              
============================================
+ Hits           2844     2859      +15     
+ Misses          695      693       -2     
- Partials        298      299       +1     
Impacted Files Coverage Δ
...va/com/networknt/schema/format/AbstractFormat.java 100.00% <ø> (+25.00%) ⬆️
...ava/com/networknt/schema/format/PatternFormat.java 75.00% <50.00%> (-25.00%) ⬇️
...main/java/com/networknt/schema/JsonMetaSchema.java 82.11% <100.00%> (+0.60%) ⬆️
...networknt/schema/format/AbstractRFC3339Format.java 100.00% <100.00%> (ø)
...om/networknt/schema/format/IriReferenceFormat.java 100.00% <100.00%> (ø)
...in/java/com/networknt/schema/format/UriFormat.java 100.00% <100.00%> (ø)
...om/networknt/schema/format/UriReferenceFormat.java 100.00% <100.00%> (ø)

@stevehu stevehu merged commit d21140a into master May 17, 2023
@stevehu stevehu deleted the issue765 branch May 17, 2023 00:55
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 iri-reference-format validation
3 participants