-
Notifications
You must be signed in to change notification settings - Fork 4
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
TANF S3/S4 Total Number of Families Validator Update #3185
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3185 +/- ##
========================================
Coverage 91.61% 91.61%
========================================
Files 291 291
Lines 8075 8075
Branches 757 757
========================================
Hits 7398 7398
Misses 594 594
Partials 83 83
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
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.
LGTM!
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.
@elipe17 lgtm! 🚀 cc: @klinkoberstar @ttran-hub
Summary
- TANF Section 3:
- errors about 0 values for total family-related data elements included in feedback rpt
- month-level records with 0 reported total families still added to db (note: not usable, but for another ticket to cleanup)
- TANF Section 4:
- errors about 0 values for total family-related data elements included in feedback rpt
- 0-filled month-level records still added to db (note: not usable, but for another ticket to cleanup)
Summary of Changes
Updated the "Total number of families" validators for TANF section 3 and 4 records to not include 0 in their range.
Pull request closes #3088
How to Test
tanf_section4_with_errors.txt
and verify it generates an out of range error forFAMILIES_MONTH
NUM_FAMILIES
field inADS.E2J.FTP3.TS06
and submit it to test the boundariesDeliverables
More details on how deliverables herein are assessed included here.
Deliverable 1: Accepted Features
Checklist of ACs:
Deliverable 2: Tested Code
CodeCov Report
comment in PR)CodeCov Report
comment in PR)Deliverable 3: Properly Styled Code
Deliverable 4: Accessible
iamjolly
andttran-hub
using Accessibility Insights reveal any errors introduced in this PR?Deliverable 5: Deployed
Deliverable 6: Documented
Deliverable 7: Secure
Deliverable 8: User Research
Research product(s) clearly articulate(s):