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

Adds support for handling integer overflow #777

Merged
merged 1 commit into from May 20, 2023
Merged

Adds support for handling integer overflow #777

merged 1 commit into from May 20, 2023

Conversation

fdutton
Copy link
Contributor

@fdutton fdutton commented May 20, 2023

Resolves #776

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

Codecov Report

Merging #777 (6b259ed) into master (ba4b910) will not change coverage.
The diff coverage is 100.00%.

❗ 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     #777   +/-   ##
=========================================
  Coverage     75.14%   75.14%           
  Complexity     1191     1191           
=========================================
  Files           122      122           
  Lines          4108     4108           
  Branches        792      792           
=========================================
  Hits           3087     3087           
  Misses          696      696           
  Partials        325      325           
Impacted Files Coverage Δ
.../java/com/networknt/schema/utils/JsonNodeUtil.java 64.06% <100.00%> (ø)

@stevehu stevehu merged commit 1834353 into master May 20, 2023
4 checks passed
@stevehu stevehu deleted the issue776 branch May 20, 2023 21:10
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.

Add support for handling integer overflow
3 participants