-
Notifications
You must be signed in to change notification settings - Fork 201
Add Colorado ACA subsidies for immigrants #6987
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
base: main
Are you sure you want to change the base?
Add Colorado ACA subsidies for immigrants #6987
Conversation
…etails for undocumented immigrants.
- Introduced `dc_medicaid_cost` and `dc_medicaid_cost_if_enrolled` variables. - Updated `healthcare_benefit_value` to include `dc_medicaid_cost`. - Removed deprecated immigration eligibility tests and refined logic for DC Medicaid eligibility. - Enhanced documentation for clarity on DC Health Care Alliance coverage.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6987 +/- ##
===========================================
+ Coverage 76.92% 97.02% +20.10%
===========================================
Files 1 7 +6
Lines 39 101 +62
Branches 4 1 -3
===========================================
+ Hits 30 98 +68
+ Misses 8 2 -6
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This PR should only contain Colorado OmniSalud implementation. DC Medicaid/Alliance code is already in PR PolicyEngine#6541. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
PR Review: Colorado OmniSaludNote: Removed DC Medicaid code (already in PR #6541). This PR is now Colorado-only. 🔴 Critical (Must Fix)
🟡 Should Address
🟢 Suggestions
Validation Summary
Verified Correct
Next StepsTo auto-fix issues: Or address manually:
🤖 Generated with Claude Code |
- Replace hard-coded `* 12` with `* MONTHS_IN_YEAR` constant - Add benefit calculation tests for co_omnisalud variable 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update parameter descriptions to use active voice - Add page references to documentation URLs - Remove inline comments from parameter values - Add defined_for = StateCode.CO to co_omnisalud.py - Add comprehensive income eligibility tests (6 test cases) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
policyengine_us/parameters/gov/states/co/hcpf/omnisalud/eligibility/child_max_age.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/co/hcpf/omnisalud/eligibility/child_max_age.yaml
Outdated
Show resolved
Hide resolved
- Update child_max_age.yaml label from 'CO OmniSalud' to 'Colorado OmniSalud' - Update reference format to use #page=4 in URL instead of title - Simplify co_omnisalud.py to use adds=['slcsp'] pattern instead of formula - Add co_omnisalud_tax_unit_eligible variable for TaxUnit-level eligibility - Update tests to use yearly slcsp input values 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fixes #6364