-
Notifications
You must be signed in to change notification settings - Fork 46
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
front: fix decimals error for study budget #9598
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #9598 +/- ##
============================================
- Coverage 42.57% 42.41% -0.16%
- Complexity 2271 2272 +1
============================================
Files 1311 1314 +3
Lines 105246 105821 +575
Branches 3296 3305 +9
============================================
+ Hits 44810 44888 +78
- Misses 58490 58980 +490
- Partials 1946 1953 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This looks much better! I have one remaining question: we already have some validation logic in One approach would be to add an extra condition to |
659aaf6
to
746ace9
Compare
Seems like there is a duplicate PR? #9663 seems identical. |
Signed-off-by: Theo Macron <[email protected]>
746ace9
to
268ae20
Compare
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.
LGTM and tested :)
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.
My bad! LGTM :)
closes #8607