awslabs / aws-c-mqtt

C99 implementation of the MQTT 3.1.1 specification.
Apache License 2.0
93 stars 30 forks source link

311 listener #344

Closed bretambrose closed 8 months ago

bretambrose commented 8 months ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (a54824a) 82.60% compared to head (67db09c) 82.78%. Report is 2 commits behind head on ProtocolAdapterSkeleton.

Files Patch % Lines
source/mqtt311_listener.c 90.90% 10 Missing :warning:
source/v5/mqtt5_listener.c 0.00% 1 Missing :warning:
source/v5/mqtt5_to_mqtt3_adapter.c 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## ProtocolAdapterSkeleton #344 +/- ## =========================================================== + Coverage 82.60% 82.78% +0.17% =========================================================== Files 22 23 +1 Lines 8941 9054 +113 =========================================================== + Hits 7386 7495 +109 - Misses 1555 1559 +4 ```

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