humanize icon indicating copy to clipboard operation
humanize copied to clipboard

filesize: add support for the ronna and quetta prefixes

Open bbolli opened this issue 2 years ago • 4 comments

bbolli avatar Aug 19 '23 12:08 bbolli

Codecov Report

Merging #142 (0804f7e) into main (a1574be) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #142      +/-   ##
==========================================
- Coverage   99.19%   99.19%   -0.01%     
==========================================
  Files           9        9              
  Lines         746      744       -2     
==========================================
- Hits          740      738       -2     
  Misses          6        6              
Flag Coverage Δ
macos-latest 97.58% <100.00%> (-0.01%) :arrow_down:
ubuntu-latest 97.58% <100.00%> (-0.01%) :arrow_down:
windows-latest 96.10% <100.00%> (-0.02%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
tests/test_filesize.py 100.00% <ø> (ø)
src/humanize/filesize.py 100.00% <100.00%> (ø)

codecov[bot] avatar Aug 19 '23 12:08 codecov[bot]

Hi! I have no idea how to add a "PR label".

bbolli avatar Aug 19 '23 12:08 bbolli

I'll add the PR label, thanks! (And it's an addition not skip.)

Please could you add some test cases so Y, YiB, and YB are still covered somehow?

hugovk avatar Aug 19 '23 12:08 hugovk

Please could you add some test cases so Y, YiB, and YB are still covered somehow?

Done.

bbolli avatar Aug 19 '23 14:08 bbolli

Thanks!

hugovk avatar Sep 29 '24 16:09 hugovk