-
Notifications
You must be signed in to change notification settings - Fork 388
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
add support for --non-human-readable flag #589
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #589 +/- ##
==========================================
+ Coverage 91.79% 92.04% +0.25%
==========================================
Files 8 8
Lines 597 616 +19
==========================================
+ Hits 548 567 +19
Misses 49 49
☔ View full report in Codecov by Sentry. |
@avdv What can we do about the failing test? |
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.
Nice work, thank you @ayushpoddar !
I think we just need to increase the number of allowed lines, change |
And could you add an |
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, thank you!
Description
This PR adds support for the flag
--non-human-readable
. Using this flag will display the file sizes in bytes, not converted to a human friendly format.Tasks performed in this PR:
--nh
or--non-human-readable
flag.Other information