vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

add transport and cleanup #118

Closed tanner0101 closed 7 years ago

tanner0101 commented 7 years ago
codecov-io commented 7 years ago

Codecov Report

Merging #118 into master will increase coverage by 5.77%. The diff coverage is 67.01%.

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   62.44%   68.22%   +5.77%     
==========================================
  Files          27       37      +10     
  Lines        1161     1501     +340     
==========================================
+ Hits          725     1024     +299     
- Misses        436      477      +41
Impacted Files Coverage Δ
Sources/Sockets/Core/Conversions.swift 100% <ø> (ø)
Tests/SocketsTests/ConversionTests.swift 100% <ø> (ø)
Tests/SocketsTests/XCTestManifests.swift 0% <ø> (ø)
Sources/Sockets/Core/Types.swift 77.5% <0%> (ø)
Sources/Sockets/TCP/TCPEstablishedSocket.swift 100% <100%> (ø)
Tests/SocketsTests/PipeTests.swift 100% <100%> (ø)
...ransport/Streams/ProgramStream/SecurityLayer.swift 100% <100%> (ø)
Sources/Sockets/Core/Buffer.swift 100% <100%> (ø)
Tests/SocketsTests/SelectTests.swift 100% <100%> (ø)
Tests/SocketsTests/LifetimeTests.swift 81.25% <100%> (ø)
... and 48 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 a2d188e...1ec1829. Read the comment docs.