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

Using For #81

Closed jacky860226 closed 3 years ago

jacky860226 commented 3 years ago

Using For

codecov[bot] commented 3 years ago

Codecov Report

Merging #81 (3cdf2cb) into master (3665998) will increase coverage by 0.22%. The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   65.73%   65.95%   +0.22%     
==========================================
  Files          92       93       +1     
  Lines       12725    12899     +174     
  Branches     1970     2000      +30     
==========================================
+ Hits         8365     8508     +143     
- Misses       3419     3438      +19     
- Partials      941      953      +12     
Impacted Files Coverage Δ
include/soll/AST/DeclVisitor.h 100.00% <ø> (ø)
include/soll/Frontend/FrontendOptions.h 54.54% <ø> (ø)
include/soll/Parse/Parser.h 76.47% <ø> (ø)
lib/AST/ASTContext.cpp 84.61% <ø> (ø)
lib/AST/Type.cpp 30.30% <0.00%> (+2.71%) :arrow_up:
lib/Frontend/ASTConsumers/FuncSigPrinter.cpp 0.00% <0.00%> (ø)
include/soll/AST/Type.h 55.98% <16.00%> (-4.02%) :arrow_down:
lib/AST/DeclAccept.cpp 53.65% <50.00%> (-0.19%) :arrow_down:
lib/Sema/SemaResolveIdentifier.cpp 83.57% <50.00%> (-2.90%) :arrow_down:
lib/AST/Decl.cpp 69.58% <85.71%> (+0.56%) :arrow_up:
... and 18 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 3665998...3cdf2cb. Read the comment docs.