Closed antvaset closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 62.27%. Comparing base (
5d9ccd6
) to head (be98a1d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Two small changes:
Enabling the FactorialOfFive test: Succeeds in checking
({ 1, 2, 3, 4, 5 }) Num aggregate Result starting 1: Result * Num = 120
with no changes needed.Fixing the expression logic for the RolledOutIntervals test and adding the expected output, but keeping the test skipped: For future reference, if you enable the test, you get an execution error
Invalid precision: 1
. This is becauseduration in days of X
is interpreted as an integer which, when converted to a quantity, has unit'1'
and not'day'
.