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 async fn in trait for Service definition #166

Closed fafhrd91 closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Attention: 547 lines in your changes are missing coverage. Please review.

Comparison is base (53b44d3) 66.32% compared to head (211b51a) 66.30%.

Files Patch % Lines
src/v5/server.rs 43.13% 87 Missing :warning:
src/v5/client/dispatcher.rs 38.70% 76 Missing :warning:
src/v3/server.rs 44.03% 61 Missing :warning:
src/v3/selector.rs 0.00% 55 Missing :warning:
src/v5/dispatcher.rs 62.32% 55 Missing :warning:
src/v5/selector.rs 0.00% 55 Missing :warning:
src/v3/client/dispatcher.rs 39.18% 45 Missing :warning:
src/v3/dispatcher.rs 57.64% 36 Missing :warning:
src/v5/router.rs 0.00% 18 Missing :warning:
src/server.rs 65.90% 15 Missing :warning:
... and 5 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #166 +/- ## ========================================== - Coverage 66.32% 66.30% -0.03% ========================================== Files 53 53 Lines 9442 9371 -71 ========================================== - Hits 6262 6213 -49 + Misses 3180 3158 -22 ```

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