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/
377 stars 23 forks source link

Multi contract #76

Closed jacky860226 closed 3 years ago

jacky860226 commented 3 years ago

Fix commit bdc4fd6d2e9f009f968c14aaec94fae0c9ebef70

codecov[bot] commented 3 years ago

Codecov Report

Merging #76 (a171a76) into master (b26ad99) will increase coverage by 0.14%. The diff coverage is 84.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
+ Coverage   64.00%   64.14%   +0.14%     
==========================================
  Files          90       91       +1     
  Lines       12561    12633      +72     
  Branches     1951     1955       +4     
==========================================
+ Hits         8040     8104      +64     
- Misses       3595     3604       +9     
+ Partials      926      925       -1     
Impacted Files Coverage Δ
include/soll/Parse/Parser.h 77.33% <ø> (ø)
include/soll/Sema/Sema.h 88.88% <ø> (ø)
lib/CodeGen/CGValue.h 86.54% <ø> (ø)
lib/Frontend/CompilerInstance.cpp 44.94% <50.00%> (-1.22%) :arrow_down:
lib/Sema/SemaResolveUniqueName.cpp 85.00% <85.00%> (ø)
lib/CodeGen/CodeGenAction.cpp 73.94% <88.88%> (+6.39%) :arrow_up:
include/soll/AST/Decl.h 80.00% <100.00%> (+1.87%) :arrow_up:
include/soll/CodeGen/ModuleBuilder.h 100.00% <100.00%> (ø)
include/soll/Frontend/CompilerInstance.h 81.08% <100.00%> (-0.50%) :arrow_down:
lib/AST/Decl.cpp 62.71% <100.00%> (+0.86%) :arrow_up:
... and 5 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 b26ad99...a171a76. Read the comment docs.