redboltz / async_mqtt

Asynchronous MQTT communication library based on Boost.Asio
Boost Software License 1.0
91 stars 10 forks source link

Add auth to client #303

Closed redboltz closed 3 months ago

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 99.25373% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.75%. Comparing base (d333acb) to head (aab3371).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303/graphs/tree.svg?width=650&height=150&src=pr&token=21ZT59CMM5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo)](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo) ```diff @@ Coverage Diff @@ ## main #303 +/- ## ========================================== + Coverage 96.74% 96.75% +0.01% ========================================== Files 151 152 +1 Lines 9117 9158 +41 ========================================== + Hits 8820 8861 +41 Misses 297 297 ``` | [Files](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo) | Coverage Δ | | |---|---|---| | [include/async\_mqtt/client.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fclient.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L2NsaWVudC5ocHA=) | `100.00% <ø> (ø)` | | | [include/async\_mqtt/impl/client\_disconnect.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fimpl%2Fclient_disconnect.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L2ltcGwvY2xpZW50X2Rpc2Nvbm5lY3QuaHBw) | `96.36% <100.00%> (+1.72%)` | :arrow_up: | | [include/async\_mqtt/impl/client\_publish.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fimpl%2Fclient_publish.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L2ltcGwvY2xpZW50X3B1Ymxpc2guaHBw) | `91.39% <100.00%> (+0.97%)` | :arrow_up: | | [include/async\_mqtt/impl/client\_start.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fimpl%2Fclient_start.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L2ltcGwvY2xpZW50X3N0YXJ0LmhwcA==) | `89.02% <100.00%> (+1.07%)` | :arrow_up: | | [include/async\_mqtt/impl/client\_subscribe.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fimpl%2Fclient_subscribe.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L2ltcGwvY2xpZW50X3N1YnNjcmliZS5ocHA=) | `92.78% <100.00%> (+0.94%)` | :arrow_up: | | [include/async\_mqtt/impl/client\_unsubscribe.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fimpl%2Fclient_unsubscribe.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L2ltcGwvY2xpZW50X3Vuc3Vic2NyaWJlLmhwcA==) | `92.85% <100.00%> (+0.93%)` | :arrow_up: | | [include/async\_mqtt/impl/client\_auth.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fimpl%2Fclient_auth.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L2ltcGwvY2xpZW50X2F1dGguaHBw) | `97.82% <97.82%> (ø)` | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/redboltz/async_mqtt/pull/303/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo)