second-state / SOLL

SOLL is a new compiler for generate Ewasm from solidity and yul. See a demo here: https://asciinema.org/a/ezJqNLicn5fya02zwu4VXIo8a
https://www.secondstate.io/
378 stars 24 forks source link

multi-return value of function #93

Closed jacky860226 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #93 (72bcd95) into master (82126bc) will increase coverage by 0.13%. The diff coverage is 82.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   66.38%   66.52%   +0.13%     
==========================================
  Files          97       97              
  Lines       13245    13363     +118     
  Branches     1946     1979      +33     
==========================================
+ Hits         8793     8890      +97     
- Misses       3485     3487       +2     
- Partials      967      986      +19     
Impacted Files Coverage Δ
include/soll/AST/StmtVisitor.h 100.00% <ø> (ø)
lib/CodeGen/CodeGenModule.h 90.90% <ø> (ø)
lib/CodeGen/ExprEmitter.h 100.00% <ø> (ø)
lib/AST/StmtAccept.cpp 40.00% <33.33%> (-0.43%) :arrow_down:
lib/CodeGen/ExprEmitter.cpp 76.19% <70.00%> (-0.34%) :arrow_down:
lib/Sema/SemaResolveType.cpp 66.77% <75.86%> (+0.33%) :arrow_up:
include/soll/AST/Type.h 58.58% <83.33%> (+1.33%) :arrow_up:
lib/CodeGen/CodeGenModule.cpp 64.00% <87.87%> (+0.28%) :arrow_up:
include/soll/AST/Decl.h 90.12% <100.00%> (ø)
include/soll/AST/Expr.h 88.46% <100.00%> (+1.03%) :arrow_up:
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 82126bc...72bcd95. Read the comment docs.