CityOfZion / neo-sharp

Neo-sharp is a new core and node implementation of NEO focused on modular design, best coding practices and testability.
MIT License
35 stars 24 forks source link

Trying to reconnect to disconnected peers to keep syncing #496

Closed osmirnov closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #496 into development will increase coverage by 0.04%. The diff coverage is 60%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #496      +/-   ##
===============================================
+ Coverage        52.79%   52.83%   +0.04%     
===============================================
  Files              303      303              
  Lines            12769    12770       +1     
===============================================
+ Hits              6741     6747       +6     
+ Misses            6028     6023       -5
Impacted Files Coverage Δ
...c/NeoSharp.Core/Blockchain/Processing/BlockPool.cs 73.91% <ø> (-0.56%) :arrow_down:
...Sharp.Core/Blockchain/Processing/BlockPersister.cs 0% <ø> (ø) :arrow_up:
src/NeoSharp.Core/Network/ServerContext.cs 0% <0%> (ø) :arrow_up:
src/NeoSharp.Core/Network/Tcp/TcpPeer.cs 0% <0%> (ø) :arrow_up:
...arp.Core/Messaging/Handlers/BlockMessageHandler.cs 0% <0%> (ø) :arrow_up:
...Messaging/Handlers/GetAddrMessageMessageHandler.cs 0% <0%> (ø) :arrow_up:
src/NeoSharp.Core/Network/Server.cs 100% <100%> (ø) :arrow_up:
src/NeoSharp.Core/Network/EndPoint.cs 80.95% <0%> (+3.57%) :arrow_up:

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 9165807...8abfc66. Read the comment docs.