awslabs / aws-c-mqtt

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

Mqtt311 compliance client behavior2 #326

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: 98.11% and project coverage change: +0.18% :tada:

Comparison is base (6ee615f) 82.23% compared to head (a44784f) 82.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #326 +/- ## ========================================== + Coverage 82.23% 82.42% +0.18% ========================================== Files 20 20 Lines 8709 8729 +20 ========================================== + Hits 7162 7195 +33 + Misses 1547 1534 -13 ``` | [Files Changed](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/326?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [source/v5/mqtt5\_utils.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/326?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3Y1L21xdHQ1X3V0aWxzLmM=) | `81.28% <ø> (+1.19%)` | :arrow_up: | | [source/client.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/326?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL2NsaWVudC5j) | `70.81% <96.15%> (+1.11%)` | :arrow_up: | | [source/mqtt.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/326?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL21xdHQuYw==) | `96.00% <100.00%> (+1.40%)` | :arrow_up: | | [source/packets.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/326?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3BhY2tldHMuYw==) | `85.19% <100.00%> (+0.33%)` | :arrow_up: | | [source/v5/mqtt5\_options\_storage.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/326?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3Y1L21xdHQ1X29wdGlvbnNfc3RvcmFnZS5j) | `90.59% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/326/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: Have feedback on the report? Share it here.