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 silent error bug #41

Closed xpepermint closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   63.26%   63.41%   +0.14%     
==========================================
  Files          17       17              
  Lines         294      287       -7     
  Branches       55       54       -1     
==========================================
- Hits          186      182       -4     
+ Misses         84       82       -2     
+ Partials       24       23       -1
Impacted Files Coverage Δ
packages/specron-spec/src/core/runner.ts 70% <ø> (+5.29%) :arrow_up: