leapdao / solEVM-enforcer

Partial implementation of the Ethereum runtime in Solidity (PoC)
Mozilla Public License 2.0
98 stars 16 forks source link

Develatus apparatus #160

Closed pinkiebell closed 5 years ago

pinkiebell commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #160 into master will decrease coverage by 8.2%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #160      +/-   ##
==========================================
- Coverage   97.79%   89.59%   -8.21%     
==========================================
  Files           6       13       +7     
  Lines        1270     1489     +219     
  Branches      225        0     -225     
==========================================
+ Hits         1242     1334      +92     
- Misses          7      155     +148     
+ Partials       21        0      -21
Impacted Files Coverage Δ
contracts/Enforcer.sol 98.98% <ø> (+5.23%) :arrow_up:
contracts/Verifier.sol 97.32% <100%> (+8.6%) :arrow_up:
contracts/EVMRuntime.sol 93.14% <0%> (-6.07%) :arrow_down:
contracts/HydratedRuntime.sol 100% <0%> (ø) :arrow_up:
contracts/EthereumRuntime.sol 100% <0%> (ø) :arrow_up:
contracts/EVMStack.slb 84.09% <0%> (ø)
contracts/EVMMemory.slb 97.14% <0%> (ø)
contracts/EVMConstants.sol 96.29% <0%> (ø)
contracts/EVMUtils.slb 100% <0%> (ø)
contracts/Merkelizer.slb 100% <0%> (ø)
... and 5 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 986fda7...0c75f79. Read the comment docs.