awslabs / aws-c-mqtt

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

Adapter resub stats #305

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: 85.71% and project coverage change: -0.10 :warning:

Comparison is base (547edad) 82.18% compared to head (1d7dde6) 82.09%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## AdapterSubscribeUnsubscribe #305 +/- ## =============================================================== - Coverage 82.18% 82.09% -0.10% =============================================================== Files 19 19 Lines 8376 8445 +69 =============================================================== + Hits 6884 6933 +49 - Misses 1492 1512 +20 ``` | [Impacted Files](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/305?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [source/mqtt.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/305?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL21xdHQuYw==) | `94.59% <ø> (ø)` | | | [source/v5/mqtt3\_to\_mqtt5\_adapter.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/305?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3Y1L21xdHQzX3RvX21xdHQ1X2FkYXB0ZXIuYw==) | `78.72% <85.71%> (+0.15%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/305/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.