redboltz / async_mqtt

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

Fix private prefer #325

Closed redboltz closed 3 months ago

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.15%. Comparing base (efce84f) to head (a6810f5).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/redboltz/async_mqtt/pull/325/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/325?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 #325 +/- ## ======================================= Coverage 97.15% 97.15% ======================================= Files 152 152 Lines 9160 9160 ======================================= Hits 8899 8899 Misses 261 261 ``` | [Files](https://app.codecov.io/gh/redboltz/async_mqtt/pull/325?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/packet/impl/v3\_1\_1\_publish.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/325?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fpacket%2Fimpl%2Fv3_1_1_publish.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L3BhY2tldC9pbXBsL3YzXzFfMV9wdWJsaXNoLmhwcA==) | `83.33% <ø> (ø)` | | | [include/async\_mqtt/packet/impl/v3\_1\_1\_publish.ipp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/325?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fpacket%2Fimpl%2Fv3_1_1_publish.ipp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L3BhY2tldC9pbXBsL3YzXzFfMV9wdWJsaXNoLmlwcA==) | `99.31% <ø> (ø)` | | | [include/async\_mqtt/packet/impl/v5\_publish.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/325?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fpacket%2Fimpl%2Fv5_publish.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L3BhY2tldC9pbXBsL3Y1X3B1Ymxpc2guaHBw) | `83.33% <100.00%> (ø)` | | | [include/async\_mqtt/packet/impl/v5\_publish.ipp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/325?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fpacket%2Fimpl%2Fv5_publish.ipp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L3BhY2tldC9pbXBsL3Y1X3B1Ymxpc2guaXBw) | `98.87% <ø> (ø)` | | | [include/async\_mqtt/packet/v3\_1\_1\_publish.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/325?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fpacket%2Fv3_1_1_publish.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L3BhY2tldC92M18xXzFfcHVibGlzaC5ocHA=) | `100.00% <ø> (ø)` | | | [include/async\_mqtt/packet/v5\_publish.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/325?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fpacket%2Fv5_publish.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L3BhY2tldC92NV9wdWJsaXNoLmhwcA==) | `100.00% <ø> (ø)` | |