bofeizhu / swift-nio-mqtt

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

Add MQTTCodec target #54

Closed bofeizhu closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #54 into master will decrease coverage by 0.8%. The diff coverage is 20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   54.32%   53.52%   -0.81%     
==========================================
  Files          69       71       +2     
  Lines        2001     2031      +30     
==========================================
  Hits         1087     1087              
- Misses        914      944      +30
Impacted Files Coverage Δ
Sources/NIOMQTTClient/Configuration.swift 0% <ø> (ø)
...odec/ControlPackets/ByteBuffer+ControlPacket.swift 0% <ø> (ø)
...ec/ControlPackets/Common/Properties/Property.swift 100% <ø> (ø)
...ets/PubRelPacket/PubRelPacket+VariableHeader.swift 100% <ø> (ø)
...mon/Properties/ByteBuffer+PropertyCollection.swift 88.44% <ø> (ø)
...ckets/PubCompPacket/ByteBuffer+PubCompPacket.swift 100% <ø> (ø)
...dec/ControlPackets/PubAckPacket/PubAckPacket.swift 100% <ø> (ø)
...Packets/Common/Properties/PropertyIdentifier.swift 100% <ø> (ø)
.../MQTTCodec/ControlPackets/Common/FixedHeader.swift 94.59% <ø> (ø)
...DisconnectPacket/ByteBuffer+DisconnectPacket.swift 0% <ø> (ø)
... and 64 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 f1608a1...a31ba98. Read the comment docs.