specron / framework

Lightweight, open source and magic-free framework for testing solidity smart contracts.
https://specron.github.io/framework
MIT License
35 stars 11 forks source link

Optimize sandbox #65

Closed xpepermint closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #65 into master will decrease coverage by 0.18%. The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   65.67%   65.48%   -0.19%     
==========================================
  Files          19       19              
  Lines         335      339       +4     
  Branches       63       62       -1     
==========================================
+ Hits          220      222       +2     
- Misses         87       90       +3     
+ Partials       28       27       -1
Impacted Files Coverage Δ
packages/specron-sandbox/src/core/sandbox.ts 77.77% <76.92%> (-4.84%) :arrow_down: