Closed AngusGMorrison closed 8 months ago
Attention: 8 lines
in your changes are missing coverage. Please review.
Comparison is base (
8b8a14c
) 97.78% compared to head (cf90aed
) 97.79%.
Files | Patch % | Lines |
---|---|---|
crates/lox_py/src/time.rs | 44.44% | 5 Missing :warning: |
crates/lox_core/src/time/continuous.rs | 96.15% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Limits
BaseTime
to femtosecond precision to ensure interoperability withdouble
-based time representations.Additionally ensures that
BaseTime
s constructed with afemtosecond
argument > 1 second add the excess whole seconds to thesecond
component, setting thefemtosecond
field to the remainder.