Closed keisrk closed 3 years ago
Merging #29 (21b31aa) into master (56987ec) will increase coverage by
0.07%
. The diff coverage is50.00%
.
@@ Coverage Diff @@
## master #29 +/- ##
==========================================
+ Coverage 54.24% 54.32% +0.07%
==========================================
Files 5 6 +1
Lines 577 578 +1
Branches 141 140 -1
==========================================
+ Hits 313 314 +1
Misses 174 174
Partials 90 90
Impacted Files | Coverage Δ | |
---|---|---|
mqttrust/src/requests.rs | 87.50% <ø> (ø) |
|
mqttrust_core/src/eventloop.rs | 39.10% <ø> (ø) |
|
mqttrust_core/src/lib.rs | 30.55% <ø> (ø) |
|
mqttrust_core/src/options.rs | 100.00% <ø> (ø) |
|
mqttrust_core/src/state.rs | 48.38% <0.00%> (ø) |
|
mqttrust/src/lib.rs | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 56987ec...21b31aa. Read the comment docs.
The one thing i think might make this more ergonomic to use, would be to re-export mqttrust
from mqttrust_core
?
Could you also create the corresponding draft PR in rustot
to switch to only relying on mqttrust
, and the draft in factbird-mini, to rely on mqttrust_core
?
Sure thing:)
Client
fixes #26