-
Notifications
You must be signed in to change notification settings - Fork 51
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
Update project_allocation API scale/precision #1370
Conversation
Attempt to handle FY boundaries in utilization tests
…om/18F/tock into caleywoods/api-proj-allocation-fix
Codecov Report
@@ Coverage Diff @@
## main #1370 +/- ##
=======================================
Coverage 89.91% 89.91%
=======================================
Files 51 51
Lines 2242 2242
=======================================
Hits 2016 2016
Misses 226 226
Continue to review full report at Codecov.
|
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.
Thank you! 🚢
Description
Addresses #1369. Update the scale/precision of the
project_allocation
field in the API return for Timecards. TheTimecardSerializer
just needed updated to reflect the scale and precision change that was made to support 12.5% (0.125
) project allocation.