Skip to content

Conversation

@daphnehanse11
Copy link
Collaborator

fixes #7103

daphnehanse11 and others added 3 commits January 5, 2026 15:48
Implements Minnesota Statutes 256L.04 subdivision 10, which provides
state-funded MinnesotaCare coverage for undocumented children under 19
with family income at or below 200% FPL.

Coverage began January 1, 2025 following the 2023 legislative expansion.
While coverage for undocumented adults was later restricted (June 2025),
children continue to be eligible.

Variables:
- mn_minnesotacare_children_eligible
- mn_minnesotacare_children_income_eligible
- mn_minnesotacare_children_immigration_status_eligible
- mn_minnesotacare_group
- mn_minnesotacare_cost_if_enrolled

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Per Minnesota Statutes 256L.04 subdivision 10(c), undocumented
noncitizens age 18 or older have restricted eligibility, meaning
children must be under 18 (not 19) to qualify for ongoing coverage.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (fc2b613) to head (f6b4a36).
⚠️ Report is 42 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #7104   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10         5    -5     
  Lines          144        77   -67     
=========================================
- Hits           144        77   -67     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

daphnehanse11 and others added 5 commits January 5, 2026 16:18
The code checks age < 18, so comments and test names should
reflect "under 18" not "under 19".

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
PolicyEngine auto-discovers variables from .py files without needing
__init__.py files. Empty init files cause metadata parsing errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
'children' is a reserved internal property name in OpenFisca's
ParameterNode class, causing attribute errors during parameter loading.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
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.

Minnesota medicaid for undocumented children

1 participant