ntex-rs / ntex

framework for composable networking services
Apache License 2.0
2.05k stars 110 forks source link

Added Service::not_ready() method #449

Closed fafhrd91 closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 53.09278% with 91 lines in your changes missing coverage. Please review.

Project coverage is 90.81%. Comparing base (d8f2c87) to head (9e11822). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
ntex-service/src/pipeline.rs 57.69% 33 Missing :warning:
ntex-service/src/util.rs 17.39% 19 Missing :warning:
ntex-service/src/lib.rs 0.00% 9 Missing :warning:
ntex-service/src/macros.rs 0.00% 9 Missing :warning:
ntex-service/src/boxed.rs 58.33% 5 Missing :warning:
ntex-service/src/ctx.rs 92.15% 4 Missing :warning:
ntex-service/src/and_then.rs 0.00% 3 Missing :warning:
ntex-service/src/apply.rs 0.00% 3 Missing :warning:
ntex-service/src/map_err.rs 0.00% 3 Missing :warning:
ntex-service/src/then.rs 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #449 +/- ## ========================================== - Coverage 91.07% 90.81% -0.27% ========================================== Files 200 200 Lines 32239 32284 +45 ========================================== - Hits 29361 29318 -43 - Misses 2878 2966 +88 ```

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