Skip to content

Fix Michigan homestead property tax credit income limit - #8424

Merged
MaxGhenis merged 1 commit into
mainfrom
fix-mi-homestead-income-limit
May 24, 2026
Merged

Fix Michigan homestead property tax credit income limit#8424
MaxGhenis merged 1 commit into
mainfrom
fix-mi-homestead-income-limit

Conversation

@MaxGhenis

Copy link
Copy Markdown
Contributor

Fixes #8241.

Summary

  • add the MI-1040CR household resources eligibility limit for the Michigan homestead property tax credit
  • apply the limit in mi_homestead_property_tax_credit_eligible so above-limit senior renter cases do not receive the alternate credit
  • add 2024/2025 boundary tests and a 2025 integration reproduction case

Tests

  • uv run python -m policyengine_core.scripts.policyengine_command test policyengine_us/tests/policy/baseline/gov/states/mi/tax/income/credits/homestead_property_tax -c policyengine_us
  • uv run pytest policyengine_us/tests/test_parameter_files.py policyengine_us/tests/test_system_import.py -q
  • uv run ruff check policyengine_us/variables/gov/states/mi/tax/income/credits/homestead_property_tax/mi_homestead_property_tax_credit_eligible.py

@codecov

codecov Bot commented May 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (92fdab8) to head (034952e).
⚠️ Report is 77 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #8424   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         1    -1     
  Lines           57        13   -44     
  Branches         1         0    -1     
=========================================
- Hits            57        13   -44     
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.

@MaxGhenis
MaxGhenis merged commit 8860222 into main May 24, 2026
26 checks passed
@MaxGhenis
MaxGhenis deleted the fix-mi-homestead-income-limit branch May 24, 2026 17:33
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.

Michigan homestead property tax credit ignores household-resources income limit (MI-1040CR line 33)

1 participant