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 ntex-service 3.0 #174

Closed fafhrd91 closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 71.09%. Comparing base (ec80347) to head (cdad5f5).

Files Patch % Lines
src/v3/client/connection.rs 22.22% 7 Missing :warning:
src/server.rs 58.33% 5 Missing :warning:
src/v5/client/connection.rs 44.44% 5 Missing :warning:
src/v3/router.rs 0.00% 4 Missing :warning:
src/v5/router.rs 0.00% 4 Missing :warning:
src/inflight.rs 95.45% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #174 +/- ## ========================================== + Coverage 71.01% 71.09% +0.08% ========================================== Files 52 52 Lines 8783 8709 -74 ========================================== - Hits 6237 6192 -45 + Misses 2546 2517 -29 ```

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