awslabs / aws-c-mqtt

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

Adapter connection result callbacks #306

Closed bretambrose closed 1 year ago

bretambrose commented 1 year 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 1 year ago

Codecov Report

Patch coverage: 94.44% and project coverage change: +0.16 :tada:

Comparison is base (34d265b) 82.04% compared to head (6e5e08b) 82.20%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## AdapterResubStats #306 +/- ## ===================================================== + Coverage 82.04% 82.20% +0.16% ===================================================== Files 19 19 Lines 8448 8485 +37 ===================================================== + Hits 6931 6975 +44 + Misses 1517 1510 -7 ``` | [Impacted Files](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/306?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [source/v5/mqtt3\_to\_mqtt5\_adapter.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/306?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3Y1L21xdHQzX3RvX21xdHQ1X2FkYXB0ZXIuYw==) | `79.34% <94.44%> (+0.75%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/306/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.