ntex-rs / ntex

framework for composable networking services
Apache License 2.0
1.84k stars 105 forks source link

test: improve coverage in client builder and time types #357

Closed msga-mmm closed 1 month ago

msga-mmm commented 1 month ago

Increased a bit the test coverage. around +0.11%.

image

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.81%. Comparing base (1b3a530) to head (4241b94).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #357 +/- ## ========================================== + Coverage 90.70% 90.81% +0.11% ========================================== Files 197 197 Lines 31664 31682 +18 ========================================== + Hits 28721 28773 +52 + Misses 2943 2909 -34 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

fafhrd91 commented 1 month ago

thanks!