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

Add flattener #66

Closed xpepermint closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #66 into master will decrease coverage by 3.25%. The diff coverage is 43.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
- Coverage   65.48%   62.23%   -3.26%     
==========================================
  Files          19       22       +3     
  Lines         339      421      +82     
  Branches       62       77      +15     
==========================================
+ Hits          222      262      +40     
- Misses         90      123      +33     
- Partials       27       36       +9
Impacted Files Coverage Δ
packages/specron-flattener/src/index.ts 75% <ø> (ø)
packages/specron-compiler/src/core/reporter.ts 6.97% <ø> (+1.2%) :arrow_up:
packages/specron-init/src/core/structure.ts 100% <ø> (ø) :arrow_up:
packages/specron-compiler/src/core/compiler.ts 69.64% <100%> (ø) :arrow_up:
packages/specron-flattener/src/core/flattener.ts 68% <68%> (ø)
packages/specron-flattener/src/core/reporter.ts 8.1% <8.1%> (ø)