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

Enables unit-tests for the unevaluatedItems keyword. #749

Merged
merged 2 commits into from
May 12, 2023
Merged

Conversation

fdutton
Copy link
Contributor

@fdutton fdutton commented May 11, 2023

Resolves #748

@fdutton fdutton linked an issue May 11, 2023 that may be closed by this pull request
Git failed to recognize that the file was renamed.
@codecov-commenter
Copy link

Codecov Report

Merging #749 (b1b7dc8) into master (1d674ad) will decrease coverage by 0.44%.
The diff coverage is 68.80%.

❗ 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     #749      +/-   ##
============================================
- Coverage     74.62%   74.19%   -0.44%     
- Complexity     1056     1066      +10     
============================================
  Files           110      111       +1     
  Lines          3673     3778     +105     
  Branches        708      721      +13     
============================================
+ Hits           2741     2803      +62     
- Misses          651      687      +36     
- Partials        281      288       +7     
Impacted Files Coverage Δ
.../main/java/com/networknt/schema/JsonValidator.java 16.66% <0.00%> (-83.34%) ⬇️
...om/networknt/schema/UnevaluatedItemsValidator.java 0.00% <0.00%> (ø)
.../main/java/com/networknt/schema/Version202012.java 100.00% <ø> (ø)
...ava/com/networknt/schema/ItemsValidator202012.java 38.59% <47.36%> (+5.90%) ⬆️
...ava/com/networknt/schema/PrefixItemsValidator.java 38.88% <54.54%> (+6.23%) ⬆️
...main/java/com/networknt/schema/OneOfValidator.java 74.24% <63.63%> (+2.11%) ⬆️
...main/java/com/networknt/schema/ItemsValidator.java 75.24% <66.66%> (+1.09%) ⬆️
...c/main/java/com/networknt/schema/NotValidator.java 77.77% <70.00%> (+3.86%) ⬆️
...n/java/com/networknt/schema/ContainsValidator.java 76.92% <70.58%> (-0.86%) ⬇️
...rc/main/java/com/networknt/schema/IfValidator.java 87.14% <80.00%> (+3.21%) ⬆️
... and 6 more

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.

Enable unit-tests for unevaluatedItems
3 participants