-
Notifications
You must be signed in to change notification settings - Fork 62
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
Update validateDocument function to validate the entire document and return all validation errors at once #950
Conversation
…return all validation errors at once
Codecov ReportBase: 88.71% // Head: 88.46% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #950 +/- ##
==========================================
- Coverage 88.71% 88.46% -0.25%
==========================================
Files 57 57
Lines 4377 4414 +37
Branches 2514 2527 +13
==========================================
+ Hits 3883 3905 +22
- Misses 464 479 +15
Partials 30 30
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Co-authored-by: Thisaru Guruge <thisaru@wso2.com>
Purpose
Fixes: #2848
Examples
Checklist
Updated the spec