awslabs / aws-c-mqtt

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

Request response client - create/destroy/lifecycle #355

Closed bretambrose closed 1 week ago

bretambrose commented 6 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 6 months ago

Codecov Report

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

Project coverage is 83.21%. Comparing base (419f5bc) to head (bd04ad5).

Files Patch % Lines
source/request-response/request_response_client.c 78.07% 25 Missing :warning:
source/request-response/protocol_adapter.c 0.00% 2 Missing :warning:
source/v5/mqtt5_to_mqtt3_adapter.c 0.00% 2 Missing :warning:
source/request-response/subscription_manager.c 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## SubscriptionManager #355 +/- ## ======================================================= + Coverage 83.15% 83.21% +0.05% ======================================================= Files 24 25 +1 Lines 9493 9613 +120 ======================================================= + Hits 7894 7999 +105 - Misses 1599 1614 +15 ```

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