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

Call control service on readiness error #181

Closed fafhrd91 closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 28.57143% with 20 lines in your changes missing coverage. Please review.

Project coverage is 70.45%. Comparing base (a5e1d20) to head (d008630). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/v3/client/dispatcher.rs 28.57% 5 Missing :warning:
src/v3/dispatcher.rs 28.57% 5 Missing :warning:
src/v5/client/dispatcher.rs 28.57% 5 Missing :warning:
src/v5/dispatcher.rs 28.57% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #181 +/- ## ========================================== - Coverage 70.61% 70.45% -0.17% ========================================== Files 52 52 Lines 8722 8742 +20 ========================================== Hits 6159 6159 - Misses 2563 2583 +20 ```

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