ntex-rs / ntex-mqtt

MQTT Client/Server framework for v5 and v3.1.1 protocols
Apache License 2.0
318 stars 68 forks source link

Use updated Service trait #182

Closed fafhrd91 closed 1 week ago

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 53.84615% with 48 lines in your changes missing coverage. Please review.

Project coverage is 70.12%. Comparing base (8d5bf36) to head (2d47312). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/v3/router.rs 0.00% 16 Missing :warning:
src/v5/router.rs 0.00% 16 Missing :warning:
src/server.rs 0.00% 6 Missing :warning:
src/io.rs 82.60% 4 Missing :warning:
src/inflight.rs 93.10% 2 Missing :warning:
src/v3/client/dispatcher.rs 66.66% 1 Missing :warning:
src/v3/dispatcher.rs 66.66% 1 Missing :warning:
src/v5/client/dispatcher.rs 66.66% 1 Missing :warning:
src/v5/dispatcher.rs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #182 +/- ## ========================================== - Coverage 70.37% 70.12% -0.25% ========================================== Files 52 52 Lines 8752 8834 +82 ========================================== + Hits 6159 6195 +36 - Misses 2593 2639 +46 ```

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