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

Gas as ulong #550

Closed shargon closed 5 years ago

shargon commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #550 into development will increase coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #550      +/-   ##
===============================================
+ Coverage        40.64%   40.64%   +<.01%     
===============================================
  Files              347      347              
  Lines            15950    15949       -1     
===============================================
  Hits              6483     6483              
+ Misses            9467     9466       -1
Impacted Files Coverage Δ
src/NeoSharp.VM.NeoVM/StackItems/MapStackItem.cs 0% <ø> (ø) :arrow_up:
src/NeoSharp.VM/ExecutionEngineBase.cs 20% <ø> (ø) :arrow_up:
src/NeoSharp.VM.NeoVM/StackItems/ArrayStackItem.cs 0% <ø> (ø) :arrow_up:
...rc/NeoSharp.VM.NeoVM/StackItems/StructStackItem.cs 0% <ø> (ø) :arrow_up:
src/NeoSharp.VM/StackItems/IntegerStackItemBase.cs 0% <ø> (ø) :arrow_up:
...c/NeoSharp.VM.NeoVM/StackItems/InteropStackItem.cs 0% <ø> (ø) :arrow_up:
src/NeoSharp.VM/StackItems/MapStackItemBase.cs 0% <0%> (ø) :arrow_up:
src/NeoSharp.VM/StackItems/ArrayStackItemBase.cs 0% <0%> (ø) :arrow_up:
src/NeoSharp.VM/Types/InteropService.cs 0% <0%> (ø) :arrow_up:
src/NeoSharp.VM.NeoVM/ApplicationEngine.cs 0% <0%> (ø) :arrow_up:
... and 1 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 2038248...00a5f48. Read the comment docs.