Skip to content

Conversation

@justin-tay
Copy link
Collaborator

Closes #1209

Fixes the issue where the message for multipleOf was incorrect due to the precision for the number

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 77.88%. Comparing base (48ca3c2) to head (55c4d01).
⚠️ Report is 110 commits behind head on master.

Files with missing lines Patch % Lines
.../networknt/schema/keyword/MultipleOfValidator.java 50.00% 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    #1210      +/-   ##
============================================
- Coverage     78.90%   77.88%   -1.02%     
+ Complexity     1965     1926      -39     
============================================
  Files           172      200      +28     
  Lines          6352     6770     +418     
  Branches       1255     1191      -64     
============================================
+ Hits           5012     5273     +261     
- Misses          867     1054     +187     
+ Partials        473      443      -30     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@stevehu stevehu merged commit 3f419f4 into networknt:master Nov 6, 2025
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.

Incorrectly formatted error message for multipleOf

3 participants