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

Support GraalVM and refactor #972

Merged
merged 9 commits into from
Feb 19, 2024
Merged

Conversation

justin-tay
Copy link
Contributor

This adds support for GraalVM by adding native-image.properties and some refactoring.

@codecov-commenter
Copy link

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (bd085ed) 78.67% compared to head (66b6ff3) 78.75%.

Files Patch % Lines
...n/java/com/networknt/schema/AnnotationKeyword.java 72.22% 2 Missing and 3 partials ⚠️
...n/java/com/networknt/schema/BaseJsonValidator.java 73.33% 3 Missing and 1 partial ⚠️
...om/networknt/schema/resource/MetaSchemaMapper.java 81.81% 0 Missing and 2 partials ⚠️
...in/java/com/networknt/schema/ExecutionContext.java 94.11% 1 Missing ⚠️
...n/java/com/networknt/schema/ValidationMessage.java 83.33% 0 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #972      +/-   ##
============================================
+ Coverage     78.67%   78.75%   +0.08%     
- Complexity     1835     1850      +15     
============================================
  Files           162      164       +2     
  Lines          5941     5987      +46     
  Branches       1138     1146       +8     
============================================
+ Hits           4674     4715      +41     
- Misses          835      837       +2     
- Partials        432      435       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stevehu stevehu merged commit 53a3402 into networknt:master Feb 19, 2024
4 checks passed
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.

None yet

3 participants