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

Fix runner instanceof problem #40

Closed xpepermint closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #40 into master will decrease coverage by 0.12%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   63.38%   63.26%   -0.13%     
==========================================
  Files          17       17              
  Lines         295      294       -1     
  Branches       55       55              
==========================================
- Hits          187      186       -1     
  Misses         84       84              
  Partials       24       24
Impacted Files Coverage Δ
packages/specron-spec/src/core/runner.ts 64.7% <50%> (-1.97%) :arrow_down: