-
Notifications
You must be signed in to change notification settings - Fork 201
fix(ux): show KB in progress bar instead of kB #1623
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
Conversation
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1623 +/- ##
=======================================
Coverage 84.41% 84.41%
=======================================
Files 120 120
Lines 5460 5460
=======================================
Hits 4609 4609
Misses 604 604
Partials 247 247 ☔ View full report in Codecov by Sentry. |
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
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
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
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
lib/functions/general/oci-oras.sh
RadxaStephen/build#4
What this PR does / why we need it:
This PR introduces a minor UX fix on the download speed display. According to JEDEC unit prefix standard,
KB
should be used since the size base is 12 not 10.