bofeizhu / swift-nio-mqtt

MQTT v5.0 client powered by SwiftNIO.
Apache License 2.0
24 stars 7 forks source link

Write Control Packets #31

Closed bofeizhu closed 5 years ago

bofeizhu commented 5 years ago
HealthTapBot commented 5 years ago
Messages
:book: All checks passed. Good job!!!

Generated by :no_entry_sign: Danger Swift against 665eef58fa69b9243234d6a79ee698d1cfecaa81

codecov[bot] commented 5 years ago

Codecov Report

Merging #31 into master will increase coverage by 6.48%. The diff coverage is 22.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   24.09%   30.57%   +6.48%     
==========================================
  Files          27       48      +21     
  Lines         826     1138     +312     
==========================================
+ Hits          199      348     +149     
- Misses        627      790     +163
Impacted Files Coverage Δ
...urces/ControlPackets/Common/FixedHeaderFlags.swift 58.13% <ø> (+58.13%) :arrow_up:
Sources/DataTypes/String+Additions.swift 100% <ø> (ø) :arrow_up:
Sources/DataTypes/Data+Additions.swift 100% <ø> (ø) :arrow_up:
Sources/DataTypes/StringPair.swift 100% <ø> (ø) :arrow_up:
...s/ControlPackets/PublishPacket/PublishPacket.swift 0% <0%> (ø) :arrow_up:
...ackets/UnsubAckPacket/UnsubAckPacket+Payload.swift 0% <0%> (ø)
...UnsubAckPacket/UnsubAckPacket+VariableHeader.swift 0% <0%> (ø)
...trolPackets/AuthPacket/ByteBuffer+AuthPacket.swift 0% <0%> (ø) :arrow_up:
...s/PublishPacket/PublishPacket+VariableHeader.swift 0% <0%> (ø)
...DisconnectPacket/ByteBuffer+DisconnectPacket.swift 0% <0%> (ø) :arrow_up:
... and 58 more

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 262ee7f...665eef5. Read the comment docs.