-
Notifications
You must be signed in to change notification settings - Fork 182
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
Partial Rhode Island EITC refundability pre-2015 #5166
base: master
Are you sure you want to change the base?
Conversation
Fixes PolicyEngine#4032 copilot:all
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5166 +/- ##
==========================================
- Coverage 99.12% 99.00% -0.13%
==========================================
Files 2592 2614 +22
Lines 37707 38070 +363
Branches 162 165 +3
==========================================
+ Hits 37378 37691 +313
- Misses 297 346 +49
- Partials 32 33 +1 ☔ View 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.
Since the structure changed post-2015 - would be need a new bool parameter to indicate that (we want the current EITC calculation to apply post 2015
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.
There has been no structural change before or after 2015. Before 2015, the rate was 15%, and now it has increased to 100%. See (N) (2) in https://webserver.rilegislature.gov/Statutes/TITLE44/44-30/44-I/44-30-2.6.htm
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.
Please take a look at the error in the test generated by this file.
Fixes: #5156