-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Addition totals calculated for dropq calculation #1060
Conversation
- Instead of just a summary calculation of the delta between the policy and reform for total individual income tax, total payroll tax, and total combined tax for each budget year, we also compute these values for baseline and reform separately.
Needed for TaxBrain: |
Current coverage is 98.76% (diff: 100%)@@ master #1060 diff @@
==========================================
Files 38 38
Lines 2745 2761 +16
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 2711 2727 +16
Misses 34 34
Partials 0 0
|
@talumbau, everything else looks good in this PR. I am going to delay releasing 0.7.1 until you merge this. Once you merge this, please go ahead and release 0.7.1 if I don't get there first. |
@MattHJensen @martinholmer I removed the backslash continuation lines. |
Thanks @talumbau. I'll merge now and release 0.7.1. Any additional changes can be included in 0.7.2 |
@talumbau, I don't understand your pull request #1060. The info on GitHub shows that it passed the code-coverage test but there is no record of it being subjected to the unit tests. And after I update my local version of the Tax-Calculator repo to include #1060, I get the following unit test failure.
What's going on? |
It seems like the unit tests did run, the above test is a |
hmm... I can't reproduce this failure. If I could get it to fail, I was going to attempt this change:
(change the Can you try that and see if it works? |
and reform for total individual income tax, total payroll tax, and
total combined tax for each budget year, we also compute these values
for baseline and reform separately.