Allow for report duration formatting#380
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? |
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 |
ssbarnea
left a comment
There was a problem hiding this comment.
I tested it locally and it seams ok.
Allow for formatting the
Durationcolumn on the report. The supported format specifiers are those defined for time.strftime plus%f( for milliseconds ).Closes #376