awslabs / aws-c-mqtt

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

Stub mqtt3-to-mqtt5 adapter #281

Closed bretambrose closed 1 year ago

bretambrose commented 1 year ago

This creates a starting foundation for the rest of the adapter functionality.

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: 78.37% and project coverage change: -0.13 :warning:

Comparison is base (b672bff) 81.30% compared to head (80f3ff3) 81.17%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #281 +/- ## ========================================== - Coverage 81.30% 81.17% -0.13% ========================================== Files 17 18 +1 Lines 7274 7311 +37 ========================================== + Hits 5914 5935 +21 - Misses 1360 1376 +16 ``` | [Impacted Files](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/281?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [source/mqtt3\_to\_mqtt5\_adapter.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/281?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL21xdHQzX3RvX21xdHQ1X2FkYXB0ZXIuYw==) | `78.37% <78.37%> (ø)` | | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/281/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.