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

Refactor deploy method to return contract instance and transaction re… #37

Closed xpepermint closed 5 years ago

xpepermint commented 5 years ago

…ceipt

codecov[bot] commented 5 years ago

Codecov Report

Merging #37 into master will increase coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   63.26%   63.38%   +0.12%     
==========================================
  Files          17       17              
  Lines         294      295       +1     
  Branches       55       55              
==========================================
+ Hits          186      187       +1     
  Misses         84       84              
  Partials       24       24
Impacted Files Coverage Δ
packages/specron-spec/src/methods/deploy.ts 94.44% <ø> (+0.32%) :arrow_up:
packages/specron-init/src/core/structure.ts 100% <ø> (ø) :arrow_up: