| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #272 +/- ##
=======================================
Coverage 99.51% 99.51%
=======================================
Files 11 11
Lines 820 829 +9
=======================================
+ Hits 816 825 +9
Misses 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
naturaldelta used to always round down. We want instead to round to the nearest unit that makes sense. fix python-humanize#174
We used to round down. Now we round to the nearest.
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
Thank you! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
naturaldelta used to always round down. We want instead to round to the nearest unit that makes sense.
Fixes #174
Changes proposed in this pull request: