bofeizhu / swift-nio-mqtt

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

Client-2 #35

Closed bofeizhu closed 5 years ago

bofeizhu commented 5 years ago
HealthTapBot commented 5 years ago
Warnings
:warning: Found 1 violation! You can run `swiftlint autocorrect` in terminal to fix minor violations.

Generated by :no_entry_sign: Danger Swift against 24af9d50126447103e9df4cef1bab344a38e2442

bofeizhu commented 5 years ago

Codecov Report

Merging #35 into master will decrease coverage by 1.21%. The diff coverage is 9.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   27.97%   26.75%   -1.22%     
==========================================
  Files          53       55       +2     
  Lines        1244     1323      +79     
==========================================
+ Hits          348      354       +6     
- Misses        896      969      +73
Impacted Files Coverage Δ
...s/ControlPackets/PublishPacket/PublishPacket.swift 0% <0%> (ø) :arrow_up:
...s/ControlPackets/PingReqPacket/PingReqPacket.swift 0% <0%> (ø)
Sources/ChannelHandlers/ConnectHandler.swift 0% <0%> (ø) :arrow_up:
Sources/ControlPackets/ControlPacketType.swift 0% <0%> (ø) :arrow_up:
Sources/ChannelHandlers/KeepAliveHandler.swift 0% <0%> (ø)
...rces/ControlPackets/ByteBuffer+ControlPacket.swift 0% <0%> (ø) :arrow_up:
...ckets/PublishPacket/ByteBuffer+PublishPacket.swift 0% <0%> (ø) :arrow_up:
...ackets/Common/Properties/ByteBuffer+Property.swift 3.03% <0%> (-0.02%) :arrow_down:
...es/ControlPackets/Common/Properties/Property.swift 100% <100%> (ø) :arrow_up:
...urces/ControlPackets/Common/FixedHeaderFlags.swift 58.69% <66.66%> (+0.55%) :arrow_up:
... and 3 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 648fcd2...8b45714. Read the comment docs.