bofeizhu / swift-nio-mqtt

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

Read Control Packets-1 #28

Closed bofeizhu closed 5 years ago

bofeizhu commented 5 years ago

ByteBuffer extension methods to read control packets.

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

Generated by :no_entry_sign: Danger Swift against e5dd103fd7d36b93c8ab86e4562afdef2d2e05d6

codecov[bot] commented 5 years ago

Codecov Report

Merging #28 into master will increase coverage by 29.34%. The diff coverage is 51.3%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #28       +/-   ##
===========================================
+ Coverage   17.23%   46.57%   +29.34%     
===========================================
  Files          13       21        +8     
  Lines         499      949      +450     
===========================================
+ Hits           86      442      +356     
- Misses        413      507       +94
Impacted Files Coverage Δ
...s/ConnectPacket/ConnectPacket+VariableHeader.swift 0% <ø> (ø) :arrow_up:
...s/ControlPackets/PublishPacket/PublishPacket.swift 0% <0%> (ø) :arrow_up:
Sources/ControlPackets/Common/FixedHeader.swift 0% <0%> (ø) :arrow_up:
...urces/ControlPackets/Common/FixedHeaderFlags.swift 0% <0%> (ø)
Sources/ControlPackets/ControlPacketType.swift 0% <0%> (ø) :arrow_up:
...rces/ControlPackets/ByteBuffer+ControlPacket.swift 0% <0%> (ø)
...ckets/PublishPacket/ByteBuffer+PublishPacket.swift 0% <0%> (ø)
...Packets/Common/Properties/PropertyCollection.swift 0% <0%> (ø)
Sources/ControlPackets/Common/DataPayload.swift 0% <0%> (ø)
Sources/ChannelHandlers/ControlPacketDecoder.swift 0% <0%> (ø) :arrow_up:
... and 18 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 4b43f45...080477a. Read the comment docs.