redboltz / async_mqtt

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

Renamed pubres tyoe. #280

Closed redboltz closed 1 month ago

redboltz commented 1 month ago

From pubres_t to pubres_type for consisntency.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 94.23%. Comparing base (9d0aa89) to head (98991fe).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/redboltz/async_mqtt/pull/280/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/280?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 #280 +/- ## ======================================= Coverage 94.23% 94.23% ======================================= Files 123 123 Lines 8891 8891 ======================================= Hits 8378 8378 Misses 513 513 ``` | [Files](https://app.codecov.io/gh/redboltz/async_mqtt/pull/280?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/280?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% <100.00%> (ø)` | | | [include/async\_mqtt/impl/client\_impl.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/280?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fimpl%2Fclient_impl.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L2ltcGwvY2xpZW50X2ltcGwuaHBw) | `92.80% <ø> (ø)` | | | [include/async\_mqtt/impl/client\_publish.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/280?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) | `88.29% <50.00%> (ø)` | |