Skip to content

Add Medicaid work requirement reform #6160

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

hua7450
Copy link
Collaborator

@hua7450 hua7450 commented Jun 19, 2025

Fixes #6135

@hua7450 hua7450 requested a review from PavelMakarchuk June 19, 2025 19:58
Copy link

codecov bot commented Jun 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.21%. Comparing base (0596d2d) to head (bb5c62c).
Report is 31 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6160   +/-   ##
=======================================
  Coverage   99.21%   99.21%           
=======================================
  Files        2954     2954           
  Lines       42350    42352    +2     
  Branches      202      203    +1     
=======================================
+ Hits        42016    42018    +2     
  Misses        300      300           
  Partials       34       34           

☔ 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.

Copy link
Collaborator

@daphnehanse11 daphnehanse11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code overall looks correct, but I think we need to add the provision that says if you're deemed ineligbile for medicaid due to the work requirement you cannot get ACA coverage.

@hua7450 hua7450 marked this pull request as ready for review June 23, 2025 17:11
Copy link
Contributor

@MaxGhenis MaxGhenis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daphnehanse11 please file a separate issue on ACA

@hua7450 hua7450 requested a review from PavelMakarchuk June 26, 2025 23:59
| eligible_parent
| eligible_veteran
| eligible_disabled
)
return where(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return where(
return work_required_age | meets_monthly_work_hours | exempted_from_work

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the person is within the work required age, then this person must (meets_monthly_hours | exempted_from_work) to be eligible for this variable.
If the person is outside the work required age, then this person is always eligible for this variable.
My initial approach is this ~work_required_age | (meets_monthly_work_hours | exempted_from_work) but the ~ does not work on this parameter.

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.

Add Medicaid and SNAP work requirements reform
4 participants