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

Removed ca.ruleset (temporarily) #565

Closed osmirnov closed 5 years ago

osmirnov commented 5 years ago

Cleanup the solution to see 0 warnings before proper code analysis introduction.

codecov[bot] commented 5 years ago

Codecov Report

Merging #565 into development will decrease coverage by 0.05%. The diff coverage is 19.23%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #565      +/-   ##
===============================================
- Coverage         50.1%   50.04%   -0.06%     
===============================================
  Files              359      359              
  Lines            16218    16241      +23     
===============================================
+ Hits              8126     8128       +2     
- Misses            8092     8113      +21
Impacted Files Coverage Δ
src/NeoSharp.Core/Models/EnrollmentTransaction.cs 100% <ø> (ø) :arrow_up:
src/NeoSharp.Core/Models/PublishTransaction.cs 100% <ø> (ø) :arrow_up:
src/NeoSharp.Core/Models/RegisterTransaction.cs 100% <ø> (ø) :arrow_up:
src/NeoSharp.VM/StackItems/ArrayStackItemBase.cs 10.38% <0%> (-0.43%) :arrow_down:
src/NeoSharp.VM/StackItemBase.cs 59.25% <0%> (-7.41%) :arrow_down:
src/NeoSharp.VM/StackItems/IntegerStackItemBase.cs 5.88% <0%> (-1.27%) :arrow_down:
src/NeoSharp.VM/StackItems/BooleanStackItemBase.cs 0% <0%> (ø) :arrow_up:
src/NeoSharp.VM/StackItems/InteropStackItemBase.cs 5% <0%> (-0.89%) :arrow_down:
src/NeoSharp.VM/StackItem[T].cs 57.14% <0%> (-15.59%) :arrow_down:
...c/NeoSharp.VM/StackItems/ByteArrayStackItemBase.cs 8.33% <0%> (-1.2%) :arrow_down:
... and 2 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 90a541f...9386d23. Read the comment docs.