-
Notifications
You must be signed in to change notification settings - Fork 243
Allow for report duration formatting #380
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
Add documentation on how to provide a custom display value for duration formatters
Codecov Report
@@ Coverage Diff @@
## master #380 +/- ##
==========================================
+ Coverage 97.63% 97.73% +0.09%
==========================================
Files 4 4
Lines 423 441 +18
==========================================
+ Hits 413 431 +18
Misses 10 10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@gnikonorov Please disable the codecov comment, is noise/spam. We have an action check for it, if it fails we will be able to read it. |
Are you sure we do not loose the sorting ability with it? |
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! 👍
Sure. I'll disable it when I'm at my computer later today. |
@ssbarnea I tested sorting the column with a few different 'duration_formatter' strings and with the default format and it worked |
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.
I tested it locally and it seams ok.
Allow for formatting the
Duration
column on the report. The supported format specifiers are those defined for time.strftime plus%f
( for milliseconds ).Closes #376