Closed sebastienrousseau closed 2 months ago
Attention: Patch coverage is 57.58065%
with 263 lines
in your changes missing coverage. Please review.
Project coverage is 54.58%. Comparing base (
2d53249
) to head (2765423
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
examples/dtt.rs | 0.00% | 212 Missing :warning: |
src/datetime.rs | 91.22% | 30 Missing :warning: |
src/error.rs | 26.66% | 11 Missing :warning: |
src/lib.rs | 85.41% | 7 Missing :warning: |
src/macros.rs | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
datetime.rs
clone
on typeResult<UtcOffset, DateTimeError>
which implements theCopy
traitbuild.rs
test_lib.rs
README.md
and corresponding testsdtt.rs
with comprehensive examplesDatetimeError
toerror.rs
datetime.rs