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

1.2M blocks sync issue #529

Closed osmirnov closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #529 into development will decrease coverage by 0.09%. The diff coverage is 9.09%.

Impacted file tree graph

@@              Coverage Diff               @@
##           development     #529     +/-   ##
==============================================
- Coverage        49.92%   49.82%   -0.1%     
==============================================
  Files              315      315             
  Lines            12908    12941     +33     
==============================================
+ Hits              6444     6448      +4     
- Misses            6464     6493     +29
Impacted Files Coverage Δ
src/NeoSharp.Core/Network/PeerMessageListener.cs 0% <0%> (ø) :arrow_up:
src/NeoSharp.Application/Program.cs 0% <0%> (ø) :arrow_up:
...chain/Processing/InvocationTransactionPersister.cs 0% <0%> (ø) :arrow_up:
...Sharp.Core/Blockchain/Processing/BlockPersister.cs 0% <0%> (ø) :arrow_up:
src/NeoSharp.Core/Models/Account.cs 55.55% <83.33%> (+41.26%) :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 dc84bf6...3c8b942. Read the comment docs.

osmirnov commented 5 years ago

@aboimpinto I've removed all your StyleCop work because it caused many compilation errors. I would appreciate if you restore this when the problem will be fixed.