-
Notifications
You must be signed in to change notification settings - Fork 100
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
docs: How-To Guide - Adding required fields coverage validation #247
docs: How-To Guide - Adding required fields coverage validation #247
Conversation
…o check for coverage of required fields
Codecov Report
@@ Coverage Diff @@
## master #247 +/- ##
=======================================
Coverage 71.65% 71.65%
=======================================
Files 67 67
Lines 2759 2759
Branches 309 309
=======================================
Hits 1977 1977
Misses 718 718
Partials 64 64 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great content!!!
Co-authored-by: Adrián Chaves <[email protected]>
Co-authored-by: Adrián Chaves <[email protected]>
Co-authored-by: Adrián Chaves <[email protected]>
Co-authored-by: Adrián Chaves <[email protected]>
Co-authored-by: Adrián Chaves <[email protected]>
Co-authored-by: Adrián Chaves <[email protected]>
This PR includes a how-to guide explaining how to use
ValidationMonitorMixin
together with the methodscheck_missing_required_fields_percent
andcheck_missing_required_fields
to validate minimum coverage of item fields considered as required.