awslabs / aws-c-mqtt

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

Validation phase of MQTT311 compliance pass #321

Closed bretambrose closed 1 year ago

bretambrose commented 1 year ago

A set of validation-related updates for MQTT311 compliance.

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

Comparison is base (cbd9074) 82.20% compared to head (2529907) 82.25%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #321 +/- ## ========================================== + Coverage 82.20% 82.25% +0.05% ========================================== Files 20 20 Lines 8710 8720 +10 ========================================== + Hits 7160 7173 +13 + Misses 1550 1547 -3 ``` | [Files Changed](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/321?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [source/client.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/321?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL2NsaWVudC5j) | `69.92% <100.00%> (+0.36%)` | :arrow_up: | | [source/mqtt.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/321?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL21xdHQuYw==) | `94.73% <100.00%> (+0.14%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/321/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.