Skip to content
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

feat(parseFileSize): Added parseFileSize function to parse a human readable file size to number of bytes #769

Merged
merged 1 commit into from
Sep 22, 2023

feat(parseFileSize): Added `parseFileSize` function to parse a human …

e41200b
Select commit
Loading
Failed to load commit list.
Merged

feat(parseFileSize): Added parseFileSize function to parse a human readable file size to number of bytes #769

feat(parseFileSize): Added `parseFileSize` function to parse a human …
e41200b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 21, 2023 in 0s

77.69% (+0.35%) compared to 51544f4

View this Pull Request on Codecov

77.69% (+0.35%) compared to 51544f4

Details

Codecov Report

Merging #769 (e41200b) into master (51544f4) will increase coverage by 0.35%.
Report is 3 commits behind head on master.
The diff coverage is 90.90%.

@@            Coverage Diff             @@
##           master     #769      +/-   ##
==========================================
+ Coverage   77.33%   77.69%   +0.35%     
==========================================
  Files          17       17              
  Lines         406      417      +11     
  Branches      109      111       +2     
==========================================
+ Hits          314      324      +10     
- Misses         91       92       +1     
  Partials        1        1              
Files Changed Coverage Δ
lib/humanfilesize.ts 96.15% <90.90%> (-3.85%) ⬇️