ntex-rs / ntex

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

Use updated Service trait for ntex #456

Closed fafhrd91 closed 1 week ago

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 25.71429% with 26 lines in your changes missing coverage. Please review.

Project coverage is 91.00%. Comparing base (30115bf) to head (d861ed7). Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
ntex/src/http/client/connector.rs 0.00% 5 Missing :warning:
ntex/src/http/h1/service.rs 0.00% 4 Missing :warning:
ntex/src/http/service.rs 0.00% 4 Missing :warning:
ntex/src/http/client/pool.rs 0.00% 3 Missing :warning:
ntex/src/http/h2/service.rs 0.00% 3 Missing :warning:
ntex/src/web/app_service.rs 0.00% 3 Missing :warning:
ntex/src/web/scope.rs 0.00% 3 Missing :warning:
ntex/src/web/test.rs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #456 +/- ## ========================================== - Coverage 91.03% 91.00% -0.04% ========================================== Files 200 198 -2 Lines 32474 32441 -33 ========================================== - Hits 29563 29522 -41 - Misses 2911 2919 +8 ```

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