AnyhowStep / sql-compiler

An experimental SQL compiler
MIT License
0 stars 0 forks source link

Fixed inlineChild() and allowedSyntaxKinds handling #34

Closed AnyhowStep closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #34 (7e4f2ff) into master (9b149d2) will decrease coverage by 0.00%. The diff coverage is 92.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage   91.68%   91.68%   -0.01%     
==========================================
  Files         551      551              
  Lines       14368    14387      +19     
  Branches     1928     1933       +5     
==========================================
+ Hits        13174    13191      +17     
- Misses        944      945       +1     
- Partials      250      251       +1     
Impacted Files Coverage Δ
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
...ression/function-call/non-keyword-function-call.ts 100.00% <ø> (ø)
src/mysql-grammar-2/expression/now.ts 100.00% <ø> (ø)
src/scanner-2/lexer-settings.ts 100.00% <ø> (ø)
src/grammar-runtime-3/parser-2.ts 76.88% <81.81%> (+0.03%) :arrow_up:
...ql-grammar-2/expression/function-call/arguments.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/syntax-kind.generated.ts 100.00% <100.00%> (ø)
src/scanner-2/scan-all.ts 89.25% <100.00%> (+0.10%) :arrow_up:
src/scanner-2/scan-util.ts 80.71% <100.00%> (+0.45%) :arrow_up:

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 9b149d2...7e4f2ff. Read the comment docs.