Skip to content

Fix: round up read time by default

username-removed-259647 requested to merge defect/read-time into master

Rounding read time up means that it's a little more accurate.

plus: 0.0 is used to cast our read time to a float, so we can then use ceil to round the value up.

Merge request reports